summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-03-01 19:09:41 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-03-01 19:09:41 +0000
commit2e4cbcce0d290c57cac261ce7e9e05f592e3f3bd (patch)
tree993455a2197a9b47a32c7acf32f9e2b1615a5500
parent60bef70d7beeeee60d61ecfe3c7224c50b34308a (diff)
Formerly Makefile.~8~
-rw-r--r--libfshelp/Makefile2
-rw-r--r--libiohelp/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile
index c41d4a28..248f0041 100644
--- a/libfshelp/Makefile
+++ b/libfshelp/Makefile
@@ -50,6 +50,6 @@ lock-acquire.o lock-init.o: locks.h
.PHONY: clean install
clean:
- rm libfshelp.a *.o
+ rm -f libfshelp.a *.o
install: $(hurdinst)/lib/libfshelp.a $(headers)/hurd/fshelp.h
diff --git a/libiohelp/Makefile b/libiohelp/Makefile
index cf3c95a9..436463f3 100644
--- a/libiohelp/Makefile
+++ b/libiohelp/Makefile
@@ -44,4 +44,4 @@ install: $(hurdinst)/lib/libioserver.a $(headers)/hurd/ioserver.h
$(OBJS): ioserver.h
clean:
- rm libioserver.a *.o
+ rm -f libioserver.a *.o