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 /libdiskfs/Makefile | |
parent | 0e6dfab61275d138c5572cd61b151984014555bf (diff) |
Removed dependencies that are now automatically generated.
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r-- | libdiskfs/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index ae09d3c6..a96bc493 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -73,18 +73,6 @@ vpath %.c ../lib include ../Makeconf -$(subst .c,.o,$(FSSRCS)): fs_S.h -dir-readdir.o $(subst .c,.o,$(IOSRCS)): io_S.h -$(subst .c,.o,$(FSYSSRCS)) boot-start.o: fsys_S.h -boot-start.o: fsys_reply_U.h -$(subst .c,.o,$(NOTIFYSRCS)): notify_S.h -$(subst .c,.o,$(INTSRCS)): interrupt_S.h -$(subst .c,.o,$(IFSOCKSRCS)): ifsock_S.h -dir-chg.o: ourfs_notify_U.h - -$(OBJS): priv.h diskfs.h ../hurd/ioserver.h ../hurd/ports.h ../hurd/fshelp.h -file-chauthor.o: lithp.h - # We don't use those, so we're safe in breaking them. ourfs_notify_U.h ourfs_notifyUser.c: $(includedir)/hurd/fs_notify.defs $(includedir)/hurd/hurd_types.defs $(CPP) $(CPPFLAGS) -Droutine=simpleroutine $(includedir)/hurd/fs_notify.defs \ |