aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2007-09-26 19:29:57 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2007-09-26 19:29:57 +1000
commit50f5941a8234d2224bf3c74403c554cca6224b0e (patch)
tree363adfa07f664417b969e98707f5303f9e432d2d /Makefile.in
parent093cb71f91744bd4fe2b85ead3216a54f255e09c (diff)
Drop tokenizer.o from list of objects to include into fish_pager, since it wasn't actually used. Reduces size of pager binary by a few kB.
darcs-hash:20070926092957-75c98-393fa9d6ddb97a60fd0a8f5e86a2de6d2422e23b.gz
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e7a19dcf..0713ee69 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -111,7 +111,7 @@ BUILTIN_FILES := 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 \
+FISH_PAGER_OBJS := fish_pager.o output.o wutil.o \
input_common.o env_universal.o env_universal_common.o common.o \
print_help.o