From: Bruce Momjian Date: Fri, 28 Feb 1997 10:57:47 +0000 (+0000) Subject: Remove SUBSYS.o in port/ on clean. X-Git-Tag: REL6_1~526 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc87230507180b20f5b37b92e495698177abf32c;p=postgresql Remove SUBSYS.o in port/ on clean. --- diff --git a/src/backend/port/Makefile.in b/src/backend/port/Makefile.in index 9c0e9975c3..a0f281a538 100644 --- a/src/backend/port/Makefile.in +++ b/src/backend/port/Makefile.in @@ -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: