aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-12-23 15:29:42 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-12-23 15:32:01 -0800
commit8ba0ab2172ae81432ed4db9a377169857bd2d326 (patch)
tree015e30aa09d7486b0af8af5338bb2a3fb0a5ca3c /Makefile.in
parent96589920d5c2080a4c22a518ed4ad82cfc6839f6 (diff)
Rewrite of fish_indent
Changes fish_indent to leverage new parse tree Also supports colorizing output via --html and --ansi flags.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 722d6117..17f28b09 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -93,8 +93,7 @@ FISH_OBJS := function.o builtin.o complete.o env.o exec.o expand.o \
builtin_test.o parse_tree.o parse_productions.o parse_execution.o \
pager.o utf8.o fish_version.o wcstringutil.o
-FISH_INDENT_OBJS := fish_indent.o print_help.o common.o \
-parser_keywords.o wutil.o tokenizer.o fish_version.o
+FISH_INDENT_OBJS := fish_indent.o print_help.o $(FISH_OBJS)
#
# Additional files used by builtin.o