From: Marc G. Fournier Date: Thu, 23 Jan 1997 23:36:41 +0000 (+0000) Subject: Okay, GNUmakefile.in == GNUmakefile, except for the stuff that X-Git-Tag: REL6_1~664 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83267ffa4ffba7baabc3aed47cc7e47542faaf1c;p=postgresql Okay, GNUmakefile.in == GNUmakefile, except for the stuff that configure is auto-finding --- diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in index 57dd69db83..9a508b6f9e 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 $@