diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-29 14:07:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-29 14:07:02 +0000 |
commit | 15444a9bd4a7bfacd8aee62897053d9b783eb53c (patch) | |
tree | 5ff2b93eca84f9bbd6dbac365d1693b65338ff57 /Makefile.common | |
parent | 287d11191f8470add8deaad90e2c40a953a4c4f5 (diff) |
Slightly simplify make logic
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8211 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
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 |