]> granicus.if.org Git - postgresql/commitdiff
Add "else true" to make it magically work on Ultrix.
authorBryan Henderson <bryanh@giraffe.netgate.net>
Thu, 23 Jan 1997 05:16:13 +0000 (05:16 +0000)
committerBryan Henderson <bryanh@giraffe.netgate.net>
Thu, 23 Jan 1997 05:16:13 +0000 (05:16 +0000)
src/GNUmakefile

index f77d8bb683ce8d57bb9385555ac1c417bb1f37fd..3f70e5cbf4c2a719e28ae58e69474b2ea624f370 100644 (file)
@@ -6,7 +6,7 @@
 # Copyright (c) 1994, Regents of the University of California
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/Attic/GNUmakefile,v 1.2 1997/01/08 07:32:15 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/Attic/GNUmakefile,v 1.3 1997/01/23 05:16:13 bryanh Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -26,6 +26,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 $@