projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abddb00
)
List .o file explicitly as dependency, to work around a gmake bug
author
Peter Eisentraut
<peter_e@gmx.net>
Fri, 15 Dec 2000 18:50:35 +0000
(18:50 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Fri, 15 Dec 2000 18:50:35 +0000
(18:50 +0000)
(intermediate .o file gets deleted and rebuild on next make invocation).
src/pl/tcl/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/tcl/Makefile
b/src/pl/tcl/Makefile
index 5e30a6438a853f6b1eda3c348f7c2082af08c152..879267772ec2a0ef3e58d675d115324c8cf9905e 100644
(file)
--- a/
src/pl/tcl/Makefile
+++ b/
src/pl/tcl/Makefile
@@
-94,6
+94,8
@@
ifeq ($(TCL_SHARED_BUILD), 1)
all: $(INFILES)
+pltcl$(DLSUFFIX): pltcl.o
+
install: all installdirs
$(INSTALL_SHLIB) $(DLOBJS) $(DESTDIR)$(libdir)/$(DLOBJS)