diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-11 21:33:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-11 21:33:20 +0000 |
commit | 964472f7c52702fa60d23286b5b1b81637fbb17e (patch) | |
tree | 34ad211381a3832d1606f1157e9cc917c48c23dd /libiohelp/Makefile | |
parent | 9300cd709a61645588ab07691994f68db9a598c2 (diff) |
Formerly Makefile.~7~
Diffstat (limited to 'libiohelp/Makefile')
-rw-r--r-- | libiohelp/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libiohelp/Makefile b/libiohelp/Makefile index e13b0727..cf3c95a9 100644 --- a/libiohelp/Makefile +++ b/libiohelp/Makefile @@ -26,14 +26,13 @@ OBJS = get_conch.o handle_io_get_conch.o handle_io_release_conch.o \ DIST_FILES = $(SRCS) Makefile ioserver.h -all: libioserver.a(__.SYMDEF) +all: libioserver.a -libioserver.a(__.SYMDEF): $(OBJS) +libioserver.a: $(OBJS) rm -f libioserver.a ar r $@ $^ - ranlib $@ -$(hurdinst)/lib/libioserver.a: libioserver.a(__.SYMDEF) +$(hurdinst)/lib/libioserver.a: libioserver.a cp libioserver.a $@ ranlib $@ |