aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-02-28 15:35:50 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-02-28 15:35:50 +0000
commit3ebe69c4c57a4e616966b5f0fbac8a1d8e411ec0 (patch)
treed7c37d35bbf85d00da0bd4fc09d692ad422574f5 /src
parent38f4f678309c2911f7472c1a87baa4273bf8f7ee (diff)
downloadpostgresql-3ebe69c4c57a4e616966b5f0fbac8a1d8e411ec0.tar.gz
postgresql-3ebe69c4c57a4e616966b5f0fbac8a1d8e411ec0.zip
Remove second 'all' directive
Pointed out by Bruce
Diffstat (limited to 'src')
-rw-r--r--src/GNUmakefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in
index d0a2273fd66..65ea3b6ba8d 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. ;\