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