diff options
author | Roland McGrath <roland@gnu.org> | 1994-06-17 15:26:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-06-17 15:26:40 +0000 |
commit | 16fc915bd905d4eaecb4e131d265a5446eff9899 (patch) | |
tree | dd87d8cfe649fe730eeb64567d380bf34cc0bba0 | |
parent | cd10b32b64e977cb61f4d1da93403c24e88e74fd (diff) |
Formerly Makefile.~28~
-rw-r--r-- | libdiskfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 90872dfe..f088772c 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -86,6 +86,7 @@ clean: $(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.h $(subst .c,.o,$(NOTIFYSRCS)): notify_S.h $(subst .c,.o,$(INTSRCS)): interrupt_S.h dir-chg.o: msg.h |