Skip to content

Commit 0f09c25

Browse files
committed
Do not autogenerate files
1 parent aec18ac commit 0f09c25

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@ PG_CONFIG = pg_config
1515
PGXS := $(shell $(PG_CONFIG) --pgxs)
1616
include $(PGXS)
1717

18-
serialize.c deserialize.c: gen_parser.py serialize.mako deserialize.mako nodes.h
18+
gen_parser:
1919
python gen_parser.py nodes.h `$(PG_CONFIG) --includedir-server`
2020
else
2121
subdir = contrib/sr_plan
2222
top_builddir = ../..
2323
include $(top_builddir)/src/Makefile.global
2424
include $(top_srcdir)/contrib/contrib-global.mk
2525

26-
serialize.c deserialize.c: gen_parser.py serialize.mako deserialize.mako nodes.h
26+
gen_parser:
2727
python gen_parser.py nodes.h '$(top_srcdir)/src/include'
2828
endif
29-
30-
all: serialize.c

0 commit comments

Comments
 (0)