summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJerry Kuch <jerryk@vmware.com>2010-11-11 15:01:32 +0000
committerJerry Kuch <jerryk@vmware.com>2010-11-11 15:01:32 +0000
commitad796f87f109815b65c799b99e1300b908821557 (patch)
tree8ed57975dc9535610c73021dbb286634d3620092 /Makefile
parent361c7a1911daf29ee2cf4d60e6ab1ab50bd59f9e (diff)
downloadrabbitmq-server-git-ad796f87f109815b65c799b99e1300b908821557.tar.gz
Safekeeping commit; never try and build this version.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87c99ba1c1..af5157dc90 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,8 @@ all: $(TARGETS)
$(DEPS_FILE): $(SOURCES) $(INCLUDES)
rm -f $@
- echo $(SOURCES) $(INCLUDES) | escript generate_deps $@ $(EBIN_DIR)
+ echo $(INCLUDES)
+# echo $(SOURCES) $(INCLUDES) | escript generate_deps $@ $(EBIN_DIR)
$(EBIN_DIR)/rabbit.app: $(EBIN_DIR)/rabbit_app.in $(BEAM_TARGETS) generate_app
escript generate_app $(EBIN_DIR) $@ < $<