summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-07-09 11:56:47 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-07-09 11:56:47 +0100
commit86c1934ee3f4a7d6d06472038a20139de9e87e76 (patch)
tree2a427b45e13fa6a4cdbb630d60eec0cc6596ac4c /Makefile
parent459ee51cab12da7a45e590ab26fbd98e23108981 (diff)
downloadrabbitmq-server-git-86c1934ee3f4a7d6d06472038a20139de9e87e76.tar.gz
Make sure one does not accidentally build a server containing old rabbit_framing when switching branches.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a53275472e..c30dedf6ab 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,7 @@ $(BASIC_PLT): $(BEAM_TARGETS)
clean:
rm -f $(EBIN_DIR)/*.beam
rm -f $(EBIN_DIR)/rabbit.app $(EBIN_DIR)/rabbit.boot $(EBIN_DIR)/rabbit.script $(EBIN_DIR)/rabbit.rel
- rm -f $(INCLUDE_DIR)/rabbit_framing.hrl $(INCLUDE_DIR)/rabbit_framing_spec.hrl $(SOURCE_DIR)/rabbit_framing_amqp_*.erl codegen.pyc
+ rm -f $(INCLUDE_DIR)/rabbit_framing.hrl $(INCLUDE_DIR)/rabbit_framing_spec.hrl $(SOURCE_DIR)/rabbit_framing*.erl codegen.pyc
rm -f $(DOCS_DIR)/*.[0-9].gz $(DOCS_DIR)/*.man.xml $(DOCS_DIR)/*.erl $(USAGES_ERL)
rm -f $(RABBIT_PLT)
rm -f $(DEPS_FILE)