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 /libtrivfs | |
parent | 0e6dfab61275d138c5572cd61b151984014555bf (diff) |
Removed dependencies that are now automatically generated.
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index cd172a6b..a19c4238 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/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 @@ -56,11 +56,3 @@ installhdrs = trivfs.h include ../Makeconf -$(subst .c,.o,$(FSSRCS)): fs_S.h -$(subst .c,.o,$(IOSRCS)): io_S.h -$(subst .c,.o,$(FSYSSRCS)): fsys_S.h -$(subst .c,.o,$(NOTIFYSRCS)): notify_S.h -$(subst .c,.o,$(INTSRCS)): interrupt_S.h -fsys-getroot.c: fsys_reply_U.h -$(OBJS): trivfs.h ../hurd/ports.h - |