Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 326fbd8

Browse files
committed
List .o file explicitly as dependency, to work around a gmake bug
(intermediate .o file gets deleted and rebuild on next make invocation).
1 parent b260c18 commit 326fbd8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pl/tcl/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Makefile for the pltcl shared object
44
#
5-
# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.25 2000/11/03 20:27:40 petere Exp $
5+
# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.26 2000/12/15 18:50:35 petere Exp $
66
#
77
#-------------------------------------------------------------------------
88

@@ -94,6 +94,8 @@ ifeq ($(TCL_SHARED_BUILD), 1)
9494

9595
all: $(INFILES)
9696

97+
pltcl$(DLSUFFIX): pltcl.o
98+
9799
install: all installdirs
98100
$(INSTALL_SHLIB) $(DLOBJS) $(DESTDIR)$(libdir)/$(DLOBJS)
99101

0 commit comments

Comments
 (0)