diff options
-rw-r--r-- | isofs/ChangeLog | 4 | ||||
-rw-r--r-- | isofs/Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/isofs/ChangeLog b/isofs/ChangeLog index e69de29b..2f5b05f8 100644 --- a/isofs/ChangeLog +++ b/isofs/ChangeLog @@ -0,0 +1,4 @@ +Mon Jul 21 16:00:04 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * Makefile (LCLHDRS): Remove susp.h. + diff --git a/isofs/Makefile b/isofs/Makefile index 5e9c9f24..f9157fe7 100644 --- a/isofs/Makefile +++ b/isofs/Makefile @@ -20,7 +20,7 @@ makemode := server target = isofs SRCS = inode.c main.c lookup.c pager.c rr.c -LCLHDRS = iso9660.h isofs.h rr.h susp.h +LCLHDRS = iso9660.h isofs.h rr.h OBJS = $(SRCS:.c=.o) HURDLIBS = diskfs iohelp fshelp store pager ports threads ihash shouldbeinlibc |