File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ endif
17
17
PGXS := $(shell $(PG_CONFIG ) --pgxs)
18
18
include $(PGXS )
19
19
20
- serialize.c deserialize.c : gen_parser.py nodes.h
21
- python gen_parser.py nodes.h ` $( PG_CONFIG) --includedir-server`
20
+ dir =` $( PG_CONFIG) --includedir-server`
22
21
else
23
22
subdir = contrib/sr_plan
24
23
top_builddir = ../..
25
24
include $(top_builddir ) /src/Makefile.global
26
25
include $(top_srcdir ) /contrib/contrib-global.mk
27
26
28
- serialize.c deserialize.c : gen_parser.py nodes.h
29
- python gen_parser.py nodes.h ' $(top_srcdir)/src/include'
27
+ dir ='$(top_srcdir ) /src/include'
30
28
endif
31
29
32
- all : serialize.c
30
+ # uncomment this if you need autogeneration
31
+ # serialize.c deserialize.c: gen_parser.py nodes.h
32
+ # python gen_parser.py nodes.h $(dir)
You can’t perform that action at this time.
0 commit comments