diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-01 19:09:41 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-01 19:09:41 +0000 |
commit | 2e4cbcce0d290c57cac261ce7e9e05f592e3f3bd (patch) | |
tree | 993455a2197a9b47a32c7acf32f9e2b1615a5500 /libiohelp | |
parent | 60bef70d7beeeee60d61ecfe3c7224c50b34308a (diff) |
Formerly Makefile.~8~
Diffstat (limited to 'libiohelp')
-rw-r--r-- | libiohelp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |