From: Pavan Deolasee Date: Fri, 25 Mar 2016 11:38:50 +0000 (+0530) Subject: pqsignal.c now comes from src/port and that must be used to create a symlink X-Git-Tag: XL9_5_R1BETA2~13 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5684bddaf419d336aec46a0a60e0b0142517e30b;p=postgres-xl.git pqsignal.c now comes from src/port and that must be used to create a symlink while building initgtm. --- diff --git a/src/bin/initgtm/Makefile b/src/bin/initgtm/Makefile index e11544a807..99e18b1be6 100644 --- a/src/bin/initgtm/Makefile +++ b/src/bin/initgtm/Makefile @@ -25,7 +25,7 @@ all: initgtm initgtm: $(OBJS) | submake-libpgport $(CC) $(CFLAGS) $(OBJS) $(LDFLAGS) $(LDFLAGS_EX) $(LIBS) -o $@$(X) -pqsignal.c: % : $(top_srcdir)/src/interfaces/libpq/% +pqsignal.c: % : $(top_srcdir)/src/port/% rm -f $@ && $(LN_S) $< . install: all installdirs