Commit 44be631d authored by Marc G. Fournier's avatar Marc G. Fournier

Make sure distclean works as well as clean

parent 3cc95146
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# be converted to Method 2. # be converted to Method 2.
# #
# IDENTIFICATION # 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) ...@@ -34,7 +34,7 @@ SUBSYS.o: $(OBJS)
.PHONY: clean dep .PHONY: clean dep
clean: distclean clean:
rm -f SUBSYS.o $(OBJS) rm -f SUBSYS.o $(OBJS)
depend dep: depend dep:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment