summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-28 19:27:51 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-28 19:27:51 +0000
commit9e28a72a9a3035a095d5ab266db7259666f8d93f (patch)
treece90f5dbc0f6af535f87e9e92ac2e31a9dac458e
parent9662399d10d427273f21708c276809c02c0e2307 (diff)
(ifsock): Add dependency on $(libihash).
-rw-r--r--trans/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/trans/Makefile b/trans/Makefile
index eadff5be..afbf46df 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1994 Free Software Foundation
+# Copyright (C) 1994, 1995 Free Software Foundation
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -36,7 +36,7 @@ magic.o: fsys_S.h
null: null.o error.o $(libtrivfs) $(libports)
null.o: ../hurd/trivfs.h ../hurd/ports.h
-ifsock: ifsock.o error.o $(libtrivfs) $(libports) ifsockServer.o
+ifsock: ifsock.o error.o $(libtrivfs) $(libports) $(libihash) ifsockServer.o
ifsock.o: ifsock_S.h ../hurd/trivfs.h ../hurd/ports.h
CPPFLAGS-error.c = -Dprogram_name=program_invocation_name -DHAVE_VPRINTF -DSTDC_HEADERS -DHAVE_STRERROR