#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.20 1997/12/02 03:19:42 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.21 1997/12/22 05:56:43 momjian Exp $
#
#-------------------------------------------------------------------------
XARGS = @xargs@
all:
- @if test $(PORTNAME) = UNDEFINED; then \
+ @if test "$(PORTNAME)" = UNDEFINED; then \
echo You must set the PORTNAME value in Makefile.global before \
you can build Postgres. ;\
false ;\
fi
install:
- @if test $(PORTNAME) = UNDEFINED; then \
+ @if test "$(PORTNAME)" = UNDEFINED; then \
echo You must set the PORTNAME value in Makefile.global before \
you can build Postgres. ;\
false ;\
cat ../register.txt
clean:
- @if test $(PORTNAME) = UNDEFINED; then \
+ @if test "$(PORTNAME)" = UNDEFINED; then \
echo You must set the PORTNAME value in Makefile.global before \
you can build Postgres. ;\
false ;\
.DEFAULT:
- @if test $(PORTNAME) = UNDEFINED; then \
+ @if test "$(PORTNAME)" = UNDEFINED; then \
echo You must set the PORTNAME value in Makefile.global before \
you can build Postgres. ;\
false ;\