diff options
author | Matthew Sackman <matthew@lshift.net> | 2010-01-29 17:01:49 +0000 |
---|---|---|
committer | Matthew Sackman <matthew@lshift.net> | 2010-01-29 17:01:49 +0000 |
commit | fb5a27f668422cb4bc30332d1202eda14d7f1825 (patch) | |
tree | 01366c8f073ad7cdedd1009db03568b160afe4c0 | |
parent | edec4ef88293af59612aacc8fc5a8d91d616027b (diff) | |
download | rabbitmq-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-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -224,6 +224,4 @@ install_dirs: mkdir -p $(SBIN_DIR) mkdir -p $(TARGET_DIR)/sbin -ifneq ($(MAKECMDGOALS),clean) -include $(DEPS_FILE) -endif |