aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6ffddba6..5dd1aa12 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 \