mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +03:00
Add "else true" to make it magically work on Ultrix.
This commit is contained in:
parent
fb24bfa3ce
commit
6e725b2986
@ -6,7 +6,7 @@
|
|||||||
# Copyright (c) 1994, Regents of the University of California
|
# Copyright (c) 1994, Regents of the University of California
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $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 $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -26,6 +26,7 @@ XARGS = xargs
|
|||||||
echo You must set the PORTNAME value in Makefile.global before \
|
echo You must set the PORTNAME value in Makefile.global before \
|
||||||
you can build Postgres. ;\
|
you can build Postgres. ;\
|
||||||
false ;\
|
false ;\
|
||||||
|
else true;\
|
||||||
fi
|
fi
|
||||||
$(MAKE) -C utils $@
|
$(MAKE) -C utils $@
|
||||||
$(MAKE) -C backend $@
|
$(MAKE) -C backend $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user