diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-28 19:44:45 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-28 19:44:45 +0000 |
commit | 1dca114fee7246368d74fa6a04168b270cdd148f (patch) | |
tree | b51a84ffd8eda4921872046d013c36f7886baa62 | |
parent | bb9dea56ff67e54efb25c6ed5d4a4fa3bc24328c (diff) |
(null): Depend on $(libihash).
-rw-r--r-- | trans/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/Makefile b/trans/Makefile index afbf46df..e44ea29a 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -33,7 +33,7 @@ symlink.o: fsys_S.h magic: magic.o fsysServer.o error.o magic.o: fsys_S.h -null: null.o error.o $(libtrivfs) $(libports) +null: null.o error.o $(libtrivfs) $(libports) $(libihash) null.o: ../hurd/trivfs.h ../hurd/ports.h ifsock: ifsock.o error.o $(libtrivfs) $(libports) $(libihash) ifsockServer.o |