Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit326fbd8

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 parentb260c18 commit326fbd8

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)

[8]ページ先頭

©2009-2025 Movatter.jp