From af0bd61fb54723f910383bc0c2d24cab8d922d65 Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 15 Jul 2006 22:39:03 +1000 Subject: [PATCH] Add fix for build error in fish_tests darcs-hash:20060715123903-ac50b-b9facd514360e534ab655177c8cd9cee0e9aa914.gz --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 6ffddba6b..5dd1aa129 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \