Make sure distclean works as well as clean

This commit is contained in:
Marc G. Fournier 1997-12-20 04:43:20 +00:00
parent 3cc95146c4
commit 44be631dd8
1 changed files with 2 additions and 2 deletions

View File

@ -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: