projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03f03c7
)
pqsignal.c now comes from src/port and that must be used to create a symlink
author
Pavan Deolasee
<
[email protected]
>
Fri, 25 Mar 2016 11:38:50 +0000
(17:08 +0530)
committer
Pavan Deolasee
<
[email protected]
>
Fri, 25 Mar 2016 11:38:50 +0000
(17:08 +0530)
while building initgtm.
src/bin/initgtm/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/initgtm/Makefile
b/src/bin/initgtm/Makefile
index e11544a80758ca7b9bb04d3ce57aabef7971adc9..99e18b1be6b0f90521f636fe8878840efa60e50b 100644
(file)
--- 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