diff options
author | Bryan Henderson <bryanh@giraffe.netgate.net> | 1997-01-23 05:16:13 +0000 |
---|---|---|
committer | Bryan Henderson <bryanh@giraffe.netgate.net> | 1997-01-23 05:16:13 +0000 |
commit | 6e725b29864ce8f5ee6e83ed6e474bd416e76217 (patch) | |
tree | 638491b7ae0fa314cbd185fbbd7e4c2c1df536fa /src | |
parent | fb24bfa3cef7310d1f03ff9757387e01587f5c22 (diff) |
Add "else true" to make it magically work on Ultrix.
Diffstat (limited to 'src')
-rw-r--r-- | src/GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile index f77d8bb683c..3f70e5cbf4c 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -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 $@ |