From 15444a9bd4a7bfacd8aee62897053d9b783eb53c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 29 Aug 2003 14:07:02 +0000 Subject: Slightly simplify make logic git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8211 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.common | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index f002d0af06..45a25edb0a 100644 --- a/Makefile.common +++ b/Makefile.common @@ -843,9 +843,7 @@ $(BUILD_OBJ_DIR)/Depend/%.d: $(SourceDir)%.c $(BUILD_OBJ_DIR)/Depend/.dir # ifneq ($(MAKECMDGOALS),clean) ifneq ($(MAKECMDGOALS),distclean) -ifneq ($(SourceDepend),) --include $(SourceDepend) -endif +-include /dev/null $(SourceDepend) endif endif -- cgit v1.2.3