]> granicus.if.org Git - postgresql/commitdiff
From: Tom Lane <tgl@sss.pgh.pa.us>To: pgsql-patches@postgreSQL.org
authorMarc G. Fournier <scrappy@hub.org>
Mon, 17 Aug 1998 03:53:37 +0000 (03:53 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 17 Aug 1998 03:53:37 +0000 (03:53 +0000)
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...

src/interfaces/Makefile

index 5cb43e2c9767d02b66ee7fff40224d64e80ced33..7b3df2a8aedc9596ec09493f9602734f5d8d94f8 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.11 1998/08/17 03:50:19 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.12 1998/08/17 03:53:37 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -21,7 +21,7 @@ ifeq ($(USE_PERL), true)
 endif
 
 
-.DEFAULT all: $(perl-makefile-dep)
+.DEFAULT all install clean dep depend distclean: $(perl-makefile-dep)
        $(MAKE) -C libpq $@
 #      $(MAKE) -C ecpg $@
 ifeq ($(HAVE_Cplusplus), true)