From 0f0bd83aa330ef6461acb1b0758615e1e15a9322 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Thu, 13 Sep 2012 14:56:16 -0700 Subject: [PATCH] Revert "Makefile: don't always rebuild make.deps" The Makefile wasn't using its dependency generation correctly. Revert this for now. This reverts commit 870ba814eceb1afee4eefb17dab3980549ca73e2. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index f6a0837..a0608b5 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,7 @@ all: $(LIB_SO) $(DEPS) tests $(DEPS): $(program_C_SRCS) $(program_H_SRCS) $(CXX) -MM $(program_C_SRCS) $(CPPFLAGS) > $(DEPS) -# Only include, rebuild make.deps when it's going to be used -ifeq ($(MAKECMDGOALS),$(DEPS)) include $(DEPS) -endif debug: CPPFLAGS += -DCONFIG_DEBUG debug: all -- 2.34.1