We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5feb1fa commit 6f3f80bCopy full SHA for 6f3f80b
src/bin/initgtm/Makefile
@@ -25,7 +25,7 @@ all: initgtm
25
initgtm: $(OBJS) | submake-libpgport
26
$(CC) $(CFLAGS) $(OBJS) $(LDFLAGS) $(LDFLAGS_EX) $(LIBS) -o $@$(X)
27
28
-pqsignal.c: % : $(top_srcdir)/src/interfaces/libpq/%
+pqsignal.c: % : $(top_srcdir)/src/port/%
29
rm -f $@ && $(LN_S) $< .
30
31
install: all installdirs
0 commit comments