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 | 5fff93381a8bd21657b587793cf7fddefa570c3c (patch) | |
| tree | 01366c8f073ad7cdedd1009db03568b160afe4c0 /Makefile | |
| parent | b22d7975219f1260b22431950ce1206aab2fdba0 (diff) | |
| download | rabbitmq-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
Diffstat (limited to 'Makefile')
| -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 |
