diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-07-21 20:00:46 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-07-21 20:00:46 +0000 |
commit | ccfa753ba17c0744c39450a2331a5540bb1e91f3 (patch) | |
tree | e0b007eaf4504063012319b53d260937421590d7 | |
parent | 274eaee48a9dd0a3b5ad0bb1dc44e5ed02daf388 (diff) |
Mon Jul 21 16:00:04 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (LCLHDRS): Remove susp.h.
-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 |