We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b0605 commit 5bc122cCopy full SHA for 5bc122c
src/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
# NOTES
13
# objdir - location of the objects and generated files (eg. obj)
@@ -40,7 +40,9 @@ endif
40
ifeq (../doc, $(wildcard ../doc))
41
$(MAKE) -C ../doc $@
42
endif
43
- @echo All of Postgres95 is successfully made. Ready to install.
+ @if test $@. = all. -o $@. = .; then \
44
+ echo All of Postgres95 is successfully made. Ready to install. ;\
45
+ fi
46
47
TAGS:
48
rm -f TAGS; \
0 commit comments