diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-14 17:41:40 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-14 17:41:40 +0000 |
commit | 1ba33de1c83ebe2d82b9a9f7bb8f93be1ee5fc39 (patch) | |
tree | dfb3a1e7dd9f056b730f3029b022c7e7cab5ac3c | |
parent | fb1a7dfcd5a6b86cd50ee0e77d6d5a5abd48dc8f (diff) |
(SRCS): Remove translated.c
-rw-r--r-- | libfshelp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile index 5ff11eb9..237e470d 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -20,7 +20,7 @@ makemode := library 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 + fetch-root.c transbox-init.c set-active.c fetch-control.c drop-transbox.c OBJS = $(subst .c,.o,$(SRCS)) |