diff options
author | Pavan Deolasee | 2016-03-25 11:38:50 +0000 |
---|---|---|
committer | Pavan Deolasee | 2016-10-18 10:04:34 +0000 |
commit | 7c02872e36ed7242e6589334ba9dd51e24ab72d4 (patch) | |
tree | 31ed3765aac3944cb0c4605eebda09f627252c5f | |
parent | 21b27a46f5e75d10b332fd6b97f0c64cb7eabd43 (diff) |
pqsignal.c now comes from src/port and that must be used to create a symlink
while building initgtm.
-rw-r--r-- | src/bin/initgtm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |