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 5e30a6438a853f6b1eda3c348f7c2082af08c152..879267772ec2a0ef3e58d675d115324c8cf9905e 100644 (file)
@@ -94,6 +94,8 @@ ifeq ($(TCL_SHARED_BUILD), 1)
 
 all: $(INFILES)
 
+pltcl$(DLSUFFIX): pltcl.o
+
 install: all installdirs
        $(INSTALL_SHLIB) $(DLOBJS) $(DESTDIR)$(libdir)/$(DLOBJS)