projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cc9514
)
Make sure distclean works as well as clean
author
Marc G. Fournier
Sat, 20 Dec 1997 04:43:20 +0000
(
04:43
+0000)
committer
Marc G. Fournier
Sat, 20 Dec 1997 04:43:20 +0000
(
04:43
+0000)
src/backend/port/Makefile.in
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/port/Makefile.in
b/src/backend/port/Makefile.in
index 8752512e5bd7da11d73aeb2f847519d297c75d11..b619881244d5972af19a99232264b47c15762f86 100644
(file)
--- a/
src/backend/port/Makefile.in
+++ b/
src/backend/port/Makefile.in
@@
-13,7
+13,7
@@
# be converted to Method 2.
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.1
0 1997/12/20 04:10:35
scrappy Exp $
+# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.1
1 1997/12/20 04:43:20
scrappy Exp $
#
#-------------------------------------------------------------------------
@@
-34,7
+34,7
@@
SUBSYS.o: $(OBJS)
.PHONY: clean dep
-clean:
+
distclean
clean:
rm -f SUBSYS.o $(OBJS)
depend dep: