diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-14 17:35:00 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-14 17:35:00 +0000 |
commit | 76daf9aec79d81273a499b9e733ee5691a86635d (patch) | |
tree | 181d6136344a969d0b232f75c2c4cf4e6597d336 /libfshelp | |
parent | 52b39ea6af3ee92729ced553571f1e3175b3228c (diff) |
(LCLHDRS): Removed trans.h.
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile index 13feffab..5ff11eb9 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -24,7 +24,7 @@ SRCS = lock-acquire.c lock-init.c \ OBJS = $(subst .c,.o,$(SRCS)) -LCLHDRS = trans.h fshelp.h locks.h +LCLHDRS = fshelp.h locks.h REMHDRS = ../hurd/ports.h libname = libfshelp installhdrs = fshelp.h @@ -32,7 +32,5 @@ installhdrs = fshelp.h include ../Makeconf $(OBJS): fshelp.h ../hurd/ports.h -handle-startup.o init-trans.o start-trans.o transboot-clean.o: trans.h -trans-cntl.o kill-trans.o trans-iter.o: trans.h lock-acquire.o lock-init.o: locks.h |