diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-01-23 23:36:41 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-01-23 23:36:41 +0000 |
commit | 83267ffa4ffba7baabc3aed47cc7e47542faaf1c (patch) | |
tree | 8280eb3ed0d964018b0d71073367b15ca4cb8c36 /src | |
parent | 36f7766a1812def542cc0ccfde9bf7ab26841dfc (diff) | |
download | postgresql-83267ffa4ffba7baabc3aed47cc7e47542faaf1c.tar.gz postgresql-83267ffa4ffba7baabc3aed47cc7e47542faaf1c.zip |
Okay, GNUmakefile.in == GNUmakefile, except for the stuff that
configure is auto-finding
Diffstat (limited to 'src')
-rw-r--r-- | src/GNUmakefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in index 57dd69db836..9a508b6f9ee 100644 --- a/src/GNUmakefile.in +++ b/src/GNUmakefile.in @@ -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 $@ |