make file so it doesn't say "Postgres made - ready to install" when you
do a make install or make clean.
Bryan Henderson <bryanh@giraffe.netgate.net>
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Makefile,v 1.3.2.3 1996/10/25 09:23:42 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Makefile,v 1.3.2.4 1996/10/25 09:42:47 scrappy Exp $
#
# NOTES
# objdir - location of the objects and generated files (eg. obj)
ifeq (../doc, $(wildcard ../doc))
$(MAKE) -C ../doc $@
endif
- @echo All of Postgres95 is successfully made. Ready to install.
+ @if test $@. = all. -o $@. = .; then \
+ echo All of Postgres95 is successfully made. Ready to install. ;\
+ fi
TAGS:
rm -f TAGS; \