mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Fix for gmake clean.
This commit is contained in:
parent
b17c49e95d
commit
3ce9ccff7c
@ -19,7 +19,7 @@
|
||||
# be converted to Method 2.
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.2 1996/10/28 09:00:52 bryanh Exp $
|
||||
# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.3 1996/10/31 17:27:58 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@ -45,7 +45,7 @@ $(PORTNAME)/SUBSYS.o:
|
||||
$(MAKE) -C $(PORTNAME) SUBSYS.o
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS)
|
||||
rm -f SUBSYS.o $(OBJS)
|
||||
$(MAKE) -C $(PORTNAME) clean
|
||||
|
||||
depend dep:
|
||||
|
Loading…
Reference in New Issue
Block a user