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 /isofs/Makefile | |
parent | 274eaee48a9dd0a3b5ad0bb1dc44e5ed02daf388 (diff) |
Mon Jul 21 16:00:04 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (LCLHDRS): Remove susp.h.
Diffstat (limited to 'isofs/Makefile')
-rw-r--r-- | isofs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |