]> granicus.if.org Git - postgresql/commitdiff
Remove second 'all' directive
authorMarc G. Fournier <scrappy@hub.org>
Fri, 28 Feb 1997 15:35:50 +0000 (15:35 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 28 Feb 1997 15:35:50 +0000 (15:35 +0000)
Pointed out by Bruce

src/GNUmakefile.in

index d0a2273fd66609d281dd50e09582dc975a52bf7d..65ea3b6ba8d5ca27331eb872b432fd2c8caea3c9 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.7 1997/02/19 14:14:40 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.8 1997/02/28 15:35:50 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -69,7 +69,7 @@ ifneq ($(wildcard man), )
 endif
        rm -f Makefile.global include/config.h GNUmakefile
 
-.DEFAULT all:
+.DEFAULT:
        @if test $(PORTNAME) = UNDEFINED; then \
          echo You must set the PORTNAME value in Makefile.global before \
               you can build Postgres. ;\