mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Remove SUBSYS.o in port/ on clean.
This commit is contained in:
parent
317ea8bf39
commit
fc87230507
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
|||
# be converted to Method 2.
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.1 1997/02/05 21:27:04 scrappy Exp $
|
||||
# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.2 1997/02/28 10:57:47 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -44,7 +44,7 @@ submake:
|
|||
$(MAKE) -C $(PORTNAME) SUBSYS.o
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS)
|
||||
rm -f SUBSYS.o $(OBJS)
|
||||
$(MAKE) -C $(PORTNAME) clean
|
||||
|
||||
depend dep:
|
||||
|
|
|
|||
Loading…
Reference in a new issue