Use `llvm-dis' instead of simply `dis'.
[oota-llvm.git] / Makefile.common
index f002d0af06587c08827085001af5e8beda9a6a16..45a25edb0ab4916908277737a97eaa8b75928a5d 100644 (file)
@@ -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