summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2010-01-29 15:14:50 +0000
committerMatthias Radestock <matthias@lshift.net>2010-01-29 15:14:50 +0000
commitf6fbe5575df5e3d46cc3dae4641e41bff72cbe72 (patch)
tree1109b9490e7ca98032c60c0be20e9f9a8a43760a /Makefile
parent348b99b787783f3ded4f6522f1d1fd5e7e5cc2e0 (diff)
parent226bccfaae1ac7c2d94ec8dc00812138565c502b (diff)
downloadrabbitmq-server-git-f6fbe5575df5e3d46cc3dae4641e41bff72cbe72.tar.gz
merge default into bug21673
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 78f8079094..f75dd0abf6 100644
--- a/Makefile
+++ b/Makefile
@@ -173,7 +173,7 @@ srcdist: distclean
sed -i.save 's/%%VSN%%/$(VERSION)/' $(TARGET_SRC_DIR)/ebin/rabbit_app.in && rm -f $(TARGET_SRC_DIR)/ebin/rabbit_app.in.save
cp -r $(AMQP_CODEGEN_DIR)/* $(TARGET_SRC_DIR)/codegen/
- cp codegen.py Makefile generate_app calculate-relative $(TARGET_SRC_DIR)
+ cp codegen.py Makefile generate_app generate_deps calculate-relative $(TARGET_SRC_DIR)
cp -r scripts $(TARGET_SRC_DIR)
cp -r docs $(TARGET_SRC_DIR)