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 36f7766 commit 83267ffCopy full SHA for 83267ff
src/GNUmakefile.in
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.1 1997/01/23 23:24:05 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.2 1997/01/23 23:36:41 scrappy Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -28,6 +28,7 @@ XARGS = @xargs@
28
echo You must set the PORTNAME value in Makefile.global before \
29
you can build Postgres. ;\
30
false ;\
31
+ else true;\
32
fi
33
$(MAKE) -C utils $@
34
$(MAKE) -C backend $@
0 commit comments