8000
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 95b6f6e commit b141c5aCopy full SHA for b141c5a
src/mk/postgres.mk
@@ -9,7 +9,7 @@
9
#
10
11
# IDENTIFICATION
12
-# $Header: /cvsroot/pgsql/src/mk/Attic/postgres.mk,v 1.1.1.1 1996/07/09 06:22:19 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/mk/Attic/postgres.mk,v 1.2 1996/07/27 02:04:12 scrappy Exp $
13
14
#-------------------------------------------------------------------------
15
@@ -104,7 +104,7 @@ VPATH:= $(CURDIR)/$(objdir)
104
105
# clean up the objects and generated files
106
clean:
107
- cd $(objdir); rm -f $(CLEANFILES)
+ @if test -d $(objdir); then cd $(objdir); rm -f $(CLEANFILES) ;else true; fi;
108
109
# just a matter of personal taste; make sure we do something and don't
110
# get this message: "gmake[1]: Nothing to be done for 'all'."
0 commit comments