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 fb24bfa commit 6e725b2Copy full SHA for 6e725b2
src/GNUmakefile
@@ -6,7 +6,7 @@
6
# Copyright (c) 1994, Regents of the University of California
7
#
8
# IDENTIFICATION
9
-# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile,v 1.2 1997/01/08 07:32:15 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile,v 1.3 1997/01/23 05:16:13 bryanh Exp $
10
11
#-------------------------------------------------------------------------
12
@@ -26,6 +26,7 @@ XARGS = xargs
26
echo You must set the PORTNAME value in Makefile.global before \
27
you can build Postgres. ;\
28
false ;\
29
+ else true;\
30
fi
31
$(MAKE) -C utils $@
32
$(MAKE) -C backend $@
0 commit comments