From b884117a9e0ab2eeae7076cea404b8d146844fcf Mon Sep 17 00:00:00 2001 From: David Adam Date: Mon, 14 Jul 2014 09:06:40 +0800 Subject: Makefile: just build key_reader with the same objs as fish --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index d808471a..9fe0f8e0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -708,8 +708,8 @@ fish_indent: $(FISH_INDENT_OBJS) # Neat little program to show output from terminal # -key_reader: key_reader.o input_common.o common.o env_universal_common.o wutil.o iothread.o utf8.o - $(CXX) $(CXXFLAGS) $(LDFLAGS_FISH) key_reader.o input_common.o common.o env_universal_common.o wutil.o iothread.o utf8.o $(LIBS) -o $@ +key_reader: $(FISH_OBJS) key_reader.o + $(CXX) $(CXXFLAGS) $(LDFLAGS_FISH) $^ $(LIBS) -o $@ # -- cgit v1.2.3