We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec18ac commit 0f09c25Copy full SHA for 0f09c25
Makefile
@@ -15,16 +15,14 @@ PG_CONFIG = pg_config
15
PGXS := $(shell $(PG_CONFIG) --pgxs)
16
include $(PGXS)
17
18
-serialize.c deserialize.c: gen_parser.py serialize.mako deserialize.mako nodes.h
+gen_parser:
19
python gen_parser.py nodes.h `$(PG_CONFIG) --includedir-server`
20
else
21
subdir = contrib/sr_plan
22
top_builddir = ../..
23
include $(top_builddir)/src/Makefile.global
24
include $(top_srcdir)/contrib/contrib-global.mk
25
26
27
python gen_parser.py nodes.h '$(top_srcdir)/src/include'
28
endif
29
-
30
-all: serialize.c
0 commit comments