File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1212endif
1313
1414USE_PGXS = 1
15+
1516ifdef USE_PGXS
1617PG_CONFIG = pg_config
1718PGXS := $(shell $(PG_CONFIG ) --pgxs)
@@ -23,8 +24,10 @@ include $(top_builddir)/src/Makefile.global
2324include $(top_srcdir ) /contrib/contrib-global.mk
2425endif
2526
27+ .SECONDARY :
28+
2629ifndef FOP
27- FOP = fop
30+ FOP = $( missing ) fop
2831endif
2932
3033ifdef XMLLINT
@@ -48,9 +51,13 @@ XMLINCLUDE = --path .
4851ALLSGML := $(wildcard * .sgm)
4952ALLIMAGES := $(wildcard img/* .jpg)
5053
51- .PHONY : all html pdf
54+ all : html pdf
55+
56+ .PHONY : all html pdf clean
5257
53- all : version.ent html pdf
58+ # This line fixes the error like:
59+ # No rule to make target 'pg_sphere.control'
60+ .PHONY : pg_sphere.control
5461
5562version.xml :
5663 @echo $(PGSPHERE_VERSION ) > version.xml
You can’t perform that action at this time.
0 commit comments