diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 19:43:11 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 19:43:11 +0000 |
commit | 395f6db4c8a51fbce0ed596d9b1d20678f77fad2 (patch) | |
tree | 77f5da665937f0c9baf56087b5a0522fc6f3509c /trans | |
parent | 0e6dfab61275d138c5572cd61b151984014555bf (diff) |
Removed dependencies that are now automatically generated.
Diffstat (limited to 'trans')
-rw-r--r-- | trans/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/trans/Makefile b/trans/Makefile index 5166fceb..57c48e73 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -30,19 +30,15 @@ ifsock-HURDLIBS=libtrivfs libports libihash include ../Makeconf symlink: symlink.o fsysServer.o -symlink.o: fsys_S.h magic: magic.o fsysServer.o error.o -magic.o: fsys_S.h # The .a files have to be mentioned explicitly due to a make deficiency, # even though they are already specified by null-HURDLIBS above. null: null.o error.o ../libtrivfs/libtrivfs.a ../libports/libports.a \ ../libihash/libihash.a -null.o: ../hurd/trivfs.h ../hurd/ports.h ifsock: ifsock.o error.o ../libtrivfs/libtrivfs.a ../libports/libports.a \ ../libihash/libihash.a 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 |