summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-12-03 06:34:40 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-12-03 06:34:40 +0000
commit4e1d298808f7d16a7e0603e7ce3b54dcd30972a5 (patch)
treef74caba4847a150514b29d987321db86333132a5
parent3534efe77cdb565b49df4d10f45a5f1b8f905e71 (diff)
Formerly Makefile.~3~
-rw-r--r--libiohelp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libiohelp/Makefile b/libiohelp/Makefile
index 374f7ee1..b59eb07e 100644
--- a/libiohelp/Makefile
+++ b/libiohelp/Makefile
@@ -28,7 +28,8 @@ CPPFLAGS := -I. $(CPPFLAGS)
all: libioserver.a(__.SYMDEF)
libioserver.a(__.SYMDEF): $(OBJS)
- ar r $@ $?
+ rm -f libioserver.a
+ ar r $@ $^
ranlib $@
$(hurdinst)/lib/libioserver.a: libioserver.a(__.SYMDEF)