Skip to content
Snippets Groups Projects
Commit 44be631d authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

Make sure distclean works as well as clean

parent 3cc95146
Branches
Tags
No related merge requests found
...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment