diff options
author | Miles Bader <miles@gnu.org> | 1995-04-09 05:24:52 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-04-09 05:24:52 +0000 |
commit | 88feb6fb53fdadd185c4830b89468a22bba5e038 (patch) | |
tree | 786f5b4855c12ce6237538a8faea6aa7bb2ea81b | |
parent | 05071deb5598cb822bf3a890776dca1076cc0505 (diff) |
Link ifsock with error.o.
-rw-r--r-- | trans/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/Makefile b/trans/Makefile index ae47d9d8..eadff5be 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -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 $(libtrivfs) $(libports) ifsockServer.o +ifsock: ifsock.o error.o $(libtrivfs) $(libports) 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 |