summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert@lshift.net>2008-09-10 12:39:27 +0100
committerHubert Plociniczak <hubert@lshift.net>2008-09-10 12:39:27 +0100
commitad944a79cd610d219248eb4586e30080a0ecf6ba (patch)
tree4f548dae29a5b1f1d29ac6f4c529119dd2027b80 /Makefile
parentd848d59f8ed468bee91bbc90ddaba992392a240b (diff)
parent89dea897540cbdfb3250153ddb07eff9fa95bf7c (diff)
downloadrabbitmq-server-git-ad944a79cd610d219248eb4586e30080a0ecf6ba.tar.gz
merge default into bug19193
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ed64aa513..ee7bb30d09 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,7 @@ srcdist: distclean
$(MAKE) VERSION=$(VERSION) GENERIC_STAGE_DIR=dist/$(TARBALL_NAME) generic_stage
mkdir -p dist/$(TARBALL_NAME)/codegen
- cp -r $(AMQP_CODEGEN_DIR)/* dist/$(TARBALL_NAME)/codegen/.
+ cp -r $(AMQP_CODEGEN_DIR)/* dist/$(TARBALL_NAME)/codegen/
cp codegen.py Makefile dist/$(TARBALL_NAME)
cp -r scripts dist/$(TARBALL_NAME)