mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-18 09:32:47 +08:00
Adapt key_reader to changes in buildfiles
darcs-hash:20060310134317-ac50b-14691f97a817f52f663679797e69f60419ec5d03.gz
This commit is contained in:
parent
f320f5f710
commit
883ce6e440
|
@ -509,8 +509,8 @@ tokenizer_test: tokenizer.c tokenizer.h util.o wutil.o common.o
|
|||
$(CC) ${CFLAGS} tokenizer.c util.o wutil.o common.o -D TOKENIZER_TEST $(LDFLAGS) -o $@
|
||||
|
||||
# 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 util.o wutil.o
|
||||
$(CC) key_reader.o input_common.o common.o env_universal.o env_universal_common.o util.o wutil.o $(LDFLAGS) -o $@
|
||||
key_reader: key_reader.o input_common.o $(CORE_OBJS) env_universal.o env_universal_common.o wutil.o
|
||||
$(CC) key_reader.o input_common.o $(CORE_OBJS) env_universal.o env_universal_common.o wutil.o $(LDFLAGS) -o $@
|
||||
|
||||
#
|
||||
# Update dependencies
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
#include <locale.h>
|
||||
#include <termcap.h>
|
||||
|
||||
#include "fallback.h"
|
||||
|
||||
#include "input_common.h"
|
||||
|
||||
int writestr( char *str )
|
||||
|
|
Loading…
Reference in New Issue
Block a user