From: Peter Eisentraut Date: Fri, 15 Dec 2000 18:50:35 +0000 (+0000) Subject: List .o file explicitly as dependency, to work around a gmake bug X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=d7f2bf4caf8ff445c54f103f64b7e8f474f19ffe;p=users%2Fbernd%2Fpostgres.git List .o file explicitly as dependency, to work around a gmake bug (intermediate .o file gets deleted and rebuild on next make invocation). --- diff --git a/src/pl/tcl/Makefile b/src/pl/tcl/Makefile index 5e30a6438a..879267772e 100644 --- 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)