diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-12-03 06:34:40 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-12-03 06:34:40 +0000 |
commit | 4e1d298808f7d16a7e0603e7ce3b54dcd30972a5 (patch) | |
tree | f74caba4847a150514b29d987321db86333132a5 /libiohelp | |
parent | 3534efe77cdb565b49df4d10f45a5f1b8f905e71 (diff) |
Formerly Makefile.~3~
Diffstat (limited to 'libiohelp')
-rw-r--r-- | libiohelp/Makefile | 3 |
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) |