From: Marc G. Fournier Date: Fri, 28 Feb 1997 15:35:50 +0000 (+0000) Subject: Remove second 'all' directive X-Git-Tag: REL6_1~523 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ebe69c4c57a4e616966b5f0fbac8a1d8e411ec0;p=postgresql Remove second 'all' directive Pointed out by Bruce --- diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in index d0a2273fd6..65ea3b6ba8 100644 --- a/src/GNUmakefile.in +++ b/src/GNUmakefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.7 1997/02/19 14:14:40 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.8 1997/02/28 15:35:50 scrappy Exp $ # #------------------------------------------------------------------------- @@ -69,7 +69,7 @@ ifneq ($(wildcard man), ) endif rm -f Makefile.global include/config.h GNUmakefile -.DEFAULT all: +.DEFAULT: @if test $(PORTNAME) = UNDEFINED; then \ echo You must set the PORTNAME value in Makefile.global before \ you can build Postgres. ;\