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

Commit 9116205

Browse files
committed
From: Tom Lane <tgl@sss.pgh.pa.us>To: pgsql-patches@postgreSQL.org Sigh. That tweak needs a tweak --- I didn't realize that ".DEFAULT" processing ignores dependencies, at least in the version of gmake I have here (not sure if it's a bug or not). Apply this patch aftermy previous one...
1 parent cf9ecbd commit 9116205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.11 1998/08/17 03:50:19 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.12 1998/08/17 03:53:37 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -21,7 +21,7 @@ ifeq ($(USE_PERL), true)
2121
endif
2222

2323

24-
.DEFAULT all: $(perl-makefile-dep)
24+
.DEFAULT all install clean dep depend distclean: $(perl-makefile-dep)
2525
$(MAKE) -C libpq $@
2626
# $(MAKE) -C ecpg $@
2727
ifeq ($(HAVE_Cplusplus), true)

0 commit comments

Comments
 (0)