8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f4f67 commit 3ebe69cCopy full SHA for 3ebe69c
src/GNUmakefile.in
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
#-------------------------------------------------------------------------
13
@@ -69,7 +69,7 @@ ifneq ($(wildcard man), )
69
endif
70
rm -f Makefile.global include/config.h GNUmakefile
71
72
-.DEFAULT all:
+.DEFAULT:
73
@if test $(PORTNAME) = UNDEFINED; then \
74
echo You must set the PORTNAME value in Makefile.global before \
75
you can build Postgres. ;\
0 commit comments