From 5c12ee4b5d942b5c9efc79922d25b1cf9934aab0 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Sun, 15 Jan 2012 15:20:42 -0500 Subject: Fix dependency generation for compat, test, and util This adds source files in compat, test, and util to SRCS so that the top-level Makefile.local will generate dependency files for them. --- util/Makefile.local | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/Makefile.local b/util/Makefile.local index 26e4c3f3..c7cae61e 100644 --- a/util/Makefile.local +++ b/util/Makefile.local @@ -10,4 +10,5 @@ libutil_modules := $(libutil_c_srcs:.c=.o) $(dir)/libutil.a: $(libutil_modules) $(call quiet,AR) rcs $@ $^ +SRCS := $(SRCS) $(libutil_c_srcs) CLEAN := $(CLEAN) $(libutil_modules) $(dir)/libutil.a -- cgit v1.2.3