We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317ea8b commit fc87230Copy full SHA for fc87230
src/backend/port/Makefile.in
@@ -19,7 +19,7 @@
19
# be converted to Method 2.
20
#
21
# IDENTIFICATION
22
-# $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 $
23
24
#-------------------------------------------------------------------------
25
@@ -44,7 +44,7 @@ submake:
44
$(MAKE) -C $(PORTNAME) SUBSYS.o
45
46
clean:
47
- rm -f $(OBJS)
+ rm -f SUBSYS.o $(OBJS)
48
$(MAKE) -C $(PORTNAME) clean
49
50
depend dep:
0 commit comments