summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-05-27 12:17:06 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2011-05-27 12:17:06 +0100
commit566c81566ace2a275d52cf9c6ffd310fe0158c92 (patch)
treebb1ba9f8564b2c5f3b3f5304c37b088f109bdd1d /Makefile
parent9b7774748885024f8e848fcd45461f0b097d4574 (diff)
downloadrabbitmq-server-git-566c81566ace2a275d52cf9c6ffd310fe0158c92.tar.gz
In light of bug21782, solve the asymmetry problem the other way.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a40f60669..c5d754caf6 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ $(DEPS_FILE): $(SOURCES) $(INCLUDES)
echo $(subst : ,:,$(foreach FILE,$^,$(FILE):)) | escript generate_deps $@ $(EBIN_DIR)
$(EBIN_DIR)/rabbit.app: $(EBIN_DIR)/rabbit_app.in $(SOURCES) generate_app
- escript generate_app $@ $(SOURCE_DIR) < $<
+ escript generate_app $< $@ $(SOURCE_DIR)
$(EBIN_DIR)/%.beam: $(SOURCE_DIR)/%.erl | $(DEPS_FILE)
erlc $(ERLC_OPTS) -pa $(EBIN_DIR) $<