mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Fix Makefile.in for building key_reader
This commit is contained in:
parent
d97e31b4ab
commit
741342ba1d
1 changed files with 2 additions and 2 deletions
|
@ -724,8 +724,8 @@ fish_indent: $(FISH_INDENT_OBJS)
|
||||||
# Neat little program to show output from terminal
|
# Neat little program to show output from terminal
|
||||||
#
|
#
|
||||||
|
|
||||||
key_reader: key_reader.o input_common.o common.o env_universal.o env_universal_common.o wutil.o iothread.o
|
key_reader: key_reader.o input_common.o common.o env_universal.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.o env_universal_common.o wutil.o iothread.o $(LIBS) -o $@
|
$(CXX) $(CXXFLAGS) $(LDFLAGS_FISH) key_reader.o input_common.o common.o env_universal.o env_universal_common.o wutil.o iothread.o utf8.o $(LIBS) -o $@
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue