summaryrefslogtreecommitdiff
path: root/libfshelp/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-18 20:42:20 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-18 20:42:20 +0000
commite3f81a4f6ea262f389384cd1ef202c08a1554a93 (patch)
tree2573d571fbff2d90709ac685ccb0bf72c0b640e0 /libfshelp/Makefile
parent30a5099ab3225eb60e235e06ef19cfb7517ee932 (diff)
Formerly Makefile.~7~
Diffstat (limited to 'libfshelp/Makefile')
-rw-r--r--libfshelp/Makefile8
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