Skip to content

Commit 6e725b2

Browse files
author
Bryan Henderson
committed
Add "else true" to make it magically work on Ultrix.
1 parent fb24bfa commit 6e725b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GNUmakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1994, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile,v 1.2 1997/01/08 07:32:15 scrappy Exp $
9+
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile,v 1.3 1997/01/23 05:16:13 bryanh Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -26,6 +26,7 @@ XARGS = xargs
2626
echo You must set the PORTNAME value in Makefile.global before \
2727
you can build Postgres. ;\
2828
false ;\
29+
else true;\
2930
fi
3031
$(MAKE) -C utils $@
3132
$(MAKE) -C backend $@

0 commit comments

Comments
 (0)