mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
Remove SUBSYS.o in port/ on clean.
This commit is contained in:
parent
317ea8bf39
commit
fc87230507
@ -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…
x
Reference in New Issue
Block a user