aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-12-15 18:50:35 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-12-15 18:50:35 +0000
commit326fbd88373f259911c24cbee4a5f0c374e97a19 (patch)
treed9ebca0a41a4a71c303bc79465184c6dd6629645 /src
parentb260c18cbcd4666bab80750e4a5949163cc41833 (diff)
downloadpostgresql-326fbd88373f259911c24cbee4a5f0c374e97a19.tar.gz
postgresql-326fbd88373f259911c24cbee4a5f0c374e97a19.zip
List .o file explicitly as dependency, to work around a gmake bug
(intermediate .o file gets deleted and rebuild on next make invocation).
Diffstat (limited to 'src')
-rw-r--r--src/pl/tcl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pl/tcl/Makefile b/src/pl/tcl/Makefile
index 33e7b398165..c47a8df915c 100644
--- a/src/pl/tcl/Makefile
+++ b/src/pl/tcl/Makefile
@@ -2,7 +2,7 @@
#
# Makefile for the pltcl shared object
#
-# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.25 2000/11/03 20:27:40 petere Exp $
+# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.26 2000/12/15 18:50:35 petere Exp $
#
#-------------------------------------------------------------------------
@@ -94,6 +94,8 @@ ifeq ($(TCL_SHARED_BUILD), 1)
all: $(INFILES)
+pltcl$(DLSUFFIX): pltcl.o
+
install: all installdirs
$(INSTALL_SHLIB) $(DLOBJS) $(DESTDIR)$(libdir)/$(DLOBJS)