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
commitfb5a27f668422cb4bc30332d1202eda14d7f1825 (patch)
tree01366c8f073ad7cdedd1009db03568b160afe4c0
parentedec4ef88293af59612aacc8fc5a8d91d616027b (diff)
downloadrabbitmq-server-fb5a27f668422cb4bc30332d1202eda14d7f1825.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 9ebb67dd..5d43ee8a 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