diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-02 19:59:35 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-02 19:59:35 +0000 |
commit | 3253cf549e8490220b25bf78cf1850b948123210 (patch) | |
tree | 1ef804934227e34ad7062bc3c5f5e9c0aa851ee8 /libiohelp | |
parent | 5f0ba64cf23b08a26a698e5380344afe3aae07d5 (diff) |
Formerly Makefile.~9~
Diffstat (limited to 'libiohelp')
-rw-r--r-- | libiohelp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiohelp/Makefile b/libiohelp/Makefile index 436463f3..c665cc2e 100644 --- a/libiohelp/Makefile +++ b/libiohelp/Makefile @@ -30,11 +30,11 @@ all: libioserver.a libioserver.a: $(OBJS) rm -f libioserver.a - ar r $@ $^ + $(AR) r $@ $^ $(hurdinst)/lib/libioserver.a: libioserver.a cp libioserver.a $@ - ranlib $@ + $(RANLIB) $@ $(headers)/hurd/ioserver.h: ioserver.h cp $< $@ |