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 12
12
endif
13
13
14
14
USE_PGXS = 1
15
+
15
16
ifdef USE_PGXS
16
17
PG_CONFIG = pg_config
17
18
PGXS := $(shell $(PG_CONFIG ) --pgxs)
@@ -23,8 +24,10 @@ include $(top_builddir)/src/Makefile.global
23
24
include $(top_srcdir ) /contrib/contrib-global.mk
24
25
endif
25
26
27
+ .SECONDARY :
28
+
26
29
ifndef FOP
27
- FOP = fop
30
+ FOP = $( missing ) fop
28
31
endif
29
32
30
33
ifdef XMLLINT
@@ -48,9 +51,13 @@ XMLINCLUDE = --path .
48
51
ALLSGML := $(wildcard * .sgm)
49
52
ALLIMAGES := $(wildcard img/* .jpg)
50
53
51
- .PHONY : all html pdf
54
+ all : html pdf
55
+
56
+ .PHONY : all html pdf clean
52
57
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
54
61
55
62
version.xml :
56
63
@echo $(PGSPHERE_VERSION ) > version.xml
You can’t perform that action at this time.
0 commit comments