List .o file explicitly as dependency, to work around a gmake bug
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 15 Dec 2000 18:50:35 +0000 (18:50 +0000)
committerPeter 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

index 33e7b398165221736b61ce95a544e7878658a634..c47a8df915cf84f40268c197da5f9ea839b70ff9 100644 (file)
@@ -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)