mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Add fix for build error in fish_tests
darcs-hash:20060715123903-ac50b-b9facd514360e534ab655177c8cd9cee0e9aa914.gz
This commit is contained in:
parent
4a87c9895d
commit
af0bd61fb5
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ FISH_PAGER_OBJS := fish_pager.o output.o wutil.o \
|
|||
translate.o common.o
|
||||
|
||||
# All objects that the system needs to build fish_tests
|
||||
FISH_TESTS_OBJS := common.o fish_tests.o
|
||||
FISH_TESTS_OBJS := $(FISH_OBJS) fish_tests.o
|
||||
|
||||
# All objects that the system needs to build fishd
|
||||
FISHD_OBJS := fishd.o env_universal_common.o wutil.o \
|
||||
|
|
Loading…
Reference in a new issue