mirror of
https://github.com/postgres/postgres.git
synced 2026-07-14 20:31:00 -04:00
Make sure distclean works as well as clean
This commit is contained in:
parent
3cc95146c4
commit
44be631dd8
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue