Skip to content

Commit 83267ff

Browse files
committed
Okay, GNUmakefile.in == GNUmakefile, except for the stuff that
configure is auto-finding
1 parent 36f7766 commit 83267ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GNUmakefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.1 1997/01/23 23:24:05 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.2 1997/01/23 23:36:41 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -28,6 +28,7 @@ XARGS = @xargs@
2828
echo You must set the PORTNAME value in Makefile.global before \
2929
you can build Postgres. ;\
3030
false ;\
31+
else true;\
3132
fi
3233
$(MAKE) -C utils $@
3334
$(MAKE) -C backend $@

0 commit comments

Comments
 (0)