aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-12-26 22:35:53 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-12-26 22:35:53 +0000
commit2730c4a45c0f2e0c47caba19d2fe52dedfc3a928 (patch)
tree3ad6209cf3f6665f801f3b7d4cf199dfa193bc26 /src
parent031f471f442bf8d139493db2d60913ce5d7b8eeb (diff)
downloadpostgresql-2730c4a45c0f2e0c47caba19d2fe52dedfc3a928.tar.gz
postgresql-2730c4a45c0f2e0c47caba19d2fe52dedfc3a928.zip
Knew I missed somewhere...remove PORTNAME references from GNUmakefile.in, since
PORTNAME should not be used anywhere anymore...I hope :)
Diffstat (limited to 'src')
-rw-r--r--src/GNUmakefile.in26
1 files changed, 1 insertions, 25 deletions
diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in
index 6407034d0be..850859052e2 100644
--- a/src/GNUmakefile.in
+++ b/src/GNUmakefile.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.21 1997/12/22 05:56:43 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.22 1997/12/26 22:35:53 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -24,12 +24,6 @@ ETAGS = @etags@
XARGS = @xargs@
all:
- @if test "$(PORTNAME)" = UNDEFINED; then \
- echo You must set the PORTNAME value in Makefile.global before \
- you can build Postgres. ;\
- false ;\
- else true;\
- fi
$(MAKE) -C lextest all
@if test ! -f lextest/lextest; then \
echo "";\
@@ -51,12 +45,6 @@ endif
fi
install:
- @if test "$(PORTNAME)" = UNDEFINED; then \
- echo You must set the PORTNAME value in Makefile.global before \
- you can build Postgres. ;\
- false ;\
- else true;\
- fi
$(MAKE) -C lextest install
$(MAKE) -C utils install
$(MAKE) -C backend install
@@ -68,12 +56,6 @@ endif
cat ../register.txt
clean:
- @if test "$(PORTNAME)" = UNDEFINED; then \
- echo You must set the PORTNAME value in Makefile.global before \
- you can build Postgres. ;\
- false ;\
- else true;\
- fi
$(MAKE) -C lextest clean
$(MAKE) -C utils clean
$(MAKE) -C backend clean
@@ -101,12 +83,6 @@ distclean: clean
.DEFAULT:
- @if test "$(PORTNAME)" = UNDEFINED; then \
- echo You must set the PORTNAME value in Makefile.global before \
- you can build Postgres. ;\
- false ;\
- else true;\
- fi
$(MAKE) -C lextest $@
$(MAKE) -C utils $@
$(MAKE) -C backend $@