summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hood <0x6e6562@gmail.com>2009-01-21 13:18:34 +0000
committerBen Hood <0x6e6562@gmail.com>2009-01-21 13:18:34 +0000
commite94eeb60d2fb7907eb3a44fe86b10ef5c590e308 (patch)
tree4de951d8f43f6d9d1ce5eeaa2b9616ec3e613732
parent51b19aaff21998a54870db8ba893ee10a9531779 (diff)
downloadrabbitmq-server-git-e94eeb60d2fb7907eb3a44fe86b10ef5c590e308.tar.gz
Bad conflict resolution
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 83223667dc..e19c0d56d4 100644
--- a/Makefile
+++ b/Makefile
@@ -129,13 +129,8 @@ srcdist: distclean
>> $(TARGET_SRC_DIR)/INSTALL
cp README.in $(TARGET_SRC_DIR)/README
elinks -dump -no-references -no-numbering $(WEB_URL)build-server.html \
-<<<<<<< local
>> $(TARGET_SRC_DIR)/BUILD
sed -i 's/%%VERSION%%/$(VERSION)/' $(TARGET_SRC_DIR)/ebin/rabbit_app.in
-=======
- >> $(TARGET_SRC_DIR)/README
- sed -i 's/%%VERSION%%/$(VERSION)/' $(TARGET_SRC_DIR)/ebin/rabbit.app
->>>>>>> other
cp -r $(AMQP_CODEGEN_DIR)/* $(TARGET_SRC_DIR)/codegen/
cp codegen.py Makefile $(TARGET_SRC_DIR)