Commit 3ebe69c4 authored by Marc G. Fournier's avatar Marc G. Fournier

Remove second 'all' directive

Pointed out by Bruce
parent 38f4f678
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # 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), ) ...@@ -69,7 +69,7 @@ ifneq ($(wildcard man), )
endif endif
rm -f Makefile.global include/config.h GNUmakefile rm -f Makefile.global include/config.h GNUmakefile
.DEFAULT all: .DEFAULT:
@if test $(PORTNAME) = UNDEFINED; then \ @if test $(PORTNAME) = UNDEFINED; then \
echo You must set the PORTNAME value in Makefile.global before \ echo You must set the PORTNAME value in Makefile.global before \
you can build Postgres. ;\ you can build Postgres. ;\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment