aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-12-20 04:43:20 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-12-20 04:43:20 +0000
commit44be631dd8eb0f66222c779ca4eff49df5a30d76 (patch)
treee8a0270dcdf6ed55da510fad16c7dd05e6219f1a /src
parent3cc95146c4b84c8f99175acd5ca73446b4d72da8 (diff)
downloadpostgresql-44be631dd8eb0f66222c779ca4eff49df5a30d76.tar.gz
postgresql-44be631dd8eb0f66222c779ca4eff49df5a30d76.zip
Make sure distclean works as well as clean
Diffstat (limited to 'src')
-rw-r--r--src/backend/port/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/port/Makefile.in b/src/backend/port/Makefile.in
index 8752512e5bd..b619881244d 100644
--- a/src/backend/port/Makefile.in
+++ b/src/backend/port/Makefile.in
@@ -13,7 +13,7 @@
# be converted to Method 2.
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.10 1997/12/20 04:10:35 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.11 1997/12/20 04:43:20 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -34,7 +34,7 @@ SUBSYS.o: $(OBJS)
.PHONY: clean dep
-clean:
+distclean clean:
rm -f SUBSYS.o $(OBJS)
depend dep: