aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar Konrad Borowski <x.fix@o2.pl>2014-05-02 10:26:22 +0200
committerGravatar Konrad Borowski <x.fix@o2.pl>2014-05-02 10:26:22 +0200
commit368983d8daf07d68f8edf19b853cb8526534aa2c (patch)
treedefe6de3fb51d5799d315e934b4c1ce9f9186000 /Makefile.in
parent16b982958bdd648098fd433c5aec47158b7bc383 (diff)
Fix header name in fishd.cpp.
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 e2ada9e3..c6d6194d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -843,8 +843,7 @@ fish.o: sanity.h proc.h parse_tree.h tokenizer.h parse_constants.h parser.h
fish.o: expand.h intern.h exec.h output.h screen.h history.h path.h input.h
fish.o: input_common.h fish_version.h
fishd.o: config.h signal.h fallback.h util.h common.h wutil.h
-fishd.o: env_universal_common.h env.h path.h print_help.h fish_version.cpp
-fishd.o: fish_version.h
+fishd.o: env_universal_common.h env.h path.h print_help.h fish_version.h
fish_indent.o: config.h fallback.h signal.h util.h common.h wutil.h
fish_indent.o: tokenizer.h print_help.h parser_keywords.h fish_version.h
fish_tests.o: config.h signal.h fallback.h util.h common.h proc.h io.h