Skip to content

Commit 843f9c6

Browse files
committed
Fixed problem with build in the separate build directory
1 parent a171e39 commit 843f9c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/sr_plan/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PG_CONFIG = pg_config
1414
PGXS := $(shell $(PG_CONFIG) --pgxs)
1515
include $(PGXS)
1616
else
17-
subdir = contrib/intarray
17+
subdir = contrib/sr_plan
1818
top_builddir = ../..
1919
include $(top_builddir)/src/Makefile.global
2020
include $(top_srcdir)/contrib/contrib-global.mk
@@ -23,4 +23,4 @@ endif
2323

2424
genparser:
2525
# test -d sr_plan_env ||
26-
python gen_parser.py nodes.h `pg_config --includedir-server`
26+
python gen_parser.py nodes.h `pg_config --includedir-server`

0 commit comments

Comments
 (0)