diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-13 20:05:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-13 20:05:05 +0000 |
commit | d240a7214e04eae71aa71c078d000fe28583d6ab (patch) | |
tree | 0e45282aa41ba89af81259a2d33f1e087edb7a23 /libfshelp | |
parent | af56e26ba08278e81ecc43481d4ac0986e1a4314 (diff) |
(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).
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
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 |