summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-01-29 17:01:49 +0000
committerMatthew Sackman <matthew@lshift.net>2010-01-29 17:01:49 +0000
commit5fff93381a8bd21657b587793cf7fddefa570c3c (patch)
tree01366c8f073ad7cdedd1009db03568b160afe4c0
parentb22d7975219f1260b22431950ce1206aab2fdba0 (diff)
downloadrabbitmq-server-git-5fff93381a8bd21657b587793cf7fddefa570c3c.tar.gz
Decided against preventing deps include on clean, given there are other targets that don't need deps either, and keeping track of them is going to be unpleasant at best
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9ebb67dd09..5d43ee8add 100644
--- a/Makefile
+++ b/Makefile
@@ -224,6 +224,4 @@ install_dirs:
mkdir -p $(SBIN_DIR)
mkdir -p $(TARGET_DIR)/sbin
-ifneq ($(MAKECMDGOALS),clean)
-include $(DEPS_FILE)
-endif