aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-07-20 08:55:49 +1000
committerGravatar axel <axel@liljencrantz.se>2006-07-20 08:55:49 +1000
commitb2e2743195a103561047d1be6e448a07a414c12d (patch)
treeab3f024fc1a371e48c2de8b3456fc2f6466bdc58 /Makefile.in
parent1dc033f71c258fe792338e486aa64ee70fc49a0c (diff)
Remove translate.c. The gettext fallback functionality is moved to fallback.c, the wide wrapper is moved to wutil.c
darcs-hash:20060719225549-ac50b-0a55e805b04f4fe0afa99ea580901d62f39cdef5.gz
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 9625f168..275575ed 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -67,7 +67,7 @@ FISH_OBJS := function.o builtin.o complete.o env.o exec.o \
expand.o highlight.o history.o kill.o parser.o proc.o reader.o \
sanity.o tokenizer.o wildcard.o wgetopt.o wutil.o input.o \
output.o intern.o env_universal.o env_universal_common.o \
- input_common.o event.o signal.o io.o translate.o parse_util.o common.o \
+ input_common.o event.o signal.o io.o parse_util.o common.o \
# Additional files used by builtin.o
BUILTIN_FILES := builtin_help.c builtin_set.c builtin_commandline.c \
@@ -76,7 +76,7 @@ BUILTIN_FILES := builtin_help.c builtin_set.c builtin_commandline.c \
# All objects that the system needs to build fish_pager
FISH_PAGER_OBJS := fish_pager.o output.o wutil.o \
tokenizer.o input_common.o env_universal.o env_universal_common.o \
- translate.o common.o
+ common.o
# All objects that the system needs to build fish_tests
FISH_TESTS_OBJS := $(FISH_OBJS) fish_tests.o