From 50f5941a8234d2224bf3c74403c554cca6224b0e Mon Sep 17 00:00:00 2001 From: liljencrantz Date: Wed, 26 Sep 2007 19:29:57 +1000 Subject: [PATCH] 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e7a19dcf3..0713ee69c 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