]> granicus.if.org Git - postgresql/commitdiff
Okay, GNUmakefile.in == GNUmakefile, except for the stuff that
authorMarc G. Fournier <scrappy@hub.org>
Thu, 23 Jan 1997 23:36:41 +0000 (23:36 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 23 Jan 1997 23:36:41 +0000 (23:36 +0000)
configure is auto-finding

src/GNUmakefile.in

index 57dd69db8364ed2ef907431bf5b9031448cd89a8..9a508b6f9ee5d2862aac228ee24ec68ec14c8ca8 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.1 1997/01/23 23:24:05 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.2 1997/01/23 23:36:41 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -28,6 +28,7 @@ XARGS = @xargs@
          echo You must set the PORTNAME value in Makefile.global before \
               you can build Postgres. ;\
          false ;\
+        else true;\
        fi
        $(MAKE) -C utils $@
        $(MAKE) -C backend $@