From 72e7a3f6c6674ae3beee09363d4993a5fcadaafb Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 5 Sep 1995 22:25:09 +0000 Subject: (SRCS): Add delegate.c. (REMHDRS): Removed. --- libfshelp/Makefile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'libfshelp') diff --git a/libfshelp/Makefile b/libfshelp/Makefile index ad70c4bd..9344a992 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -18,17 +18,15 @@ dir := libfshelp makemode := library +libname = libfshelp SRCS = lock-acquire.c lock-init.c \ start-translator-long.c start-translator.c \ - fetch-root.c transbox-init.c set-active.c fetch-control.c drop-transbox.c - -OBJS = $(subst .c,.o,$(SRCS)) - + fetch-root.c transbox-init.c set-active.c fetch-control.c \ + drop-transbox.c \ + delegate.c LCLHDRS = fshelp.h locks.h -REMHDRS = ../hurd/ports.h -libname = libfshelp installhdrs = fshelp.h -include ../Makeconf - +OBJS = $(subst .c,.o,$(SRCS)) +include ../Makeconf -- cgit v1.2.3