diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-18 20:42:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-18 20:42:20 +0000 |
commit | e3f81a4f6ea262f389384cd1ef202c08a1554a93 (patch) | |
tree | 2573d571fbff2d90709ac685ccb0bf72c0b640e0 /libfshelp/Makefile | |
parent | 30a5099ab3225eb60e235e06ef19cfb7517ee932 (diff) |
Formerly Makefile.~7~
Diffstat (limited to 'libfshelp/Makefile')
-rw-r--r-- | libfshelp/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile index 1919343b..c41d4a28 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -20,12 +20,10 @@ dir := libfshelp include ../Makeconf SRCS = fsys-startup.c init-trans.c trans-start.c transboot-clean.c \ - kill-trans.c trans-iter.c lock-acquire.c lock-init.c \ - protid-make.c protid-rele.c peropen-make.c peropen-rele.c + kill-trans.c trans-iter.c lock-acquire.c lock-init.c OBJS = fsys-startup.o init-trans.o trans-start.o transboot-clean.o \ - kill-trans.o trans-iter.o lock-acquire.o lock-init.o \ - protid-make.c protid-rele.c peropen-make.c peropen-rele.c + kill-trans.o trans-iter.o lock-acquire.o lock-init.o DIST_FILES = $(SRCS) Makefile trans.h fshelp.h locks.h @@ -48,8 +46,6 @@ kill-trans.o trans-iter.o: trans.h lock-acquire.o lock-init.o: locks.h -protid-make.c protid-rele.c peropen-make.c peropen-rele.c: protid.h - .PHONY: clean install |