mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +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.
|
# be converted to Method 2.
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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
|
$(MAKE) -C $(PORTNAME) SUBSYS.o
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJS)
|
rm -f SUBSYS.o $(OBJS)
|
||||||
$(MAKE) -C $(PORTNAME) clean
|
$(MAKE) -C $(PORTNAME) clean
|
||||||
|
|
||||||
depend dep:
|
depend dep:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user