Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3ce9ccf

Browse files
committed
Fix for gmake clean.
1 parent b17c49e commit 3ce9ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/port/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# be converted to Method 2.
2020
#
2121
# IDENTIFICATION
22-
# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.2 1996/10/28 09:00:52 bryanh Exp $
22+
# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.3 1996/10/31 17:27:58 momjian Exp $
2323
#
2424
#-------------------------------------------------------------------------
2525

@@ -45,7 +45,7 @@ $(PORTNAME)/SUBSYS.o:
4545
$(MAKE) -C $(PORTNAME) SUBSYS.o
4646

4747
clean:
48-
rm -f $(OBJS)
48+
rm -f SUBSYS.o $(OBJS)
4949
$(MAKE) -C $(PORTNAME) clean
5050

5151
depend dep:

0 commit comments

Comments
 (0)