From d240a7214e04eae71aa71c078d000fe28583d6ab Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 13 Jun 1995 20:05:05 +0000 Subject: (SRCS): Removed handle-startup.c, init-trans.c, start-trans.c, transboot-clean.c, kill-trans.c, trans-iter.c, trans-cntl.c, trans-drop.c. Added start-translator-long.c, start-translator.c, fetch-root.c, transbox-init.c, translated.c, set-active.c, fetch-control.c, and drop-transbox.c. (OBJS): Replaced with computation from $(SRCS). --- libfshelp/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'libfshelp/Makefile') diff --git a/libfshelp/Makefile b/libfshelp/Makefile index 3a97c3fa..13feffab 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994 Free Software Foundation +# Copyright (C) 1994, 1995 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -18,13 +18,11 @@ dir := libfshelp makemode := library -SRCS = handle-startup.c init-trans.c start-trans.c transboot-clean.c \ - kill-trans.c trans-iter.c lock-acquire.c lock-init.c trans-cntl.c \ - trans-drop.c +SRCS = lock-acquire.c lock-init.c \ + start-translator-long.c start-translator.c \ + fetch-root.c transbox-init.c translated.c set-active.c fetch-control.c drop-transbox.c -OBJS = handle-startup.o init-trans.o start-trans.o transboot-clean.o \ - kill-trans.o trans-iter.o lock-acquire.o lock-init.o trans-cntl.o \ - trans-drop.o +OBJS = $(subst .c,.o,$(SRCS)) LCLHDRS = trans.h fshelp.h locks.h REMHDRS = ../hurd/ports.h -- cgit v1.2.3