diff options
Diffstat (limited to 'libtrivfs/Makefile')
-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 - |