summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2008-08-11 18:18:10 +0100
committerMatthias Radestock <matthias@lshift.net>2008-08-11 18:18:10 +0100
commit4d423951f7e934e64f9f17c6c5545358c104b38c (patch)
tree764f2f91b3a6ea64b1b1d5db48f5a35f5b098d19 /Makefile
parentc956fffef47046a7197164c99c414c8df29b60d4 (diff)
parent0059be775d1d633965c2790672a259ef2558e24b (diff)
downloadrabbitmq-server-git-4d423951f7e934e64f9f17c6c5545358c104b38c.tar.gz
merge bug18793 into default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 83c8454db7..bca9fd4a54 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ generic_stage:
elinks -dump -no-references -no-numbering $(WEB_URL)install.html \
>> $(GENERIC_STAGE_DIR)/INSTALL; \
cp BUILD.in $(GENERIC_STAGE_DIR)/BUILD; \
- elinks -dump -no-references -no-numbering $(WEB_URL)build.html \
+ elinks -dump -no-references -no-numbering $(WEB_URL)build-server.html \
>> $(GENERIC_STAGE_DIR)/BUILD; \
else \
cp INSTALL $(GENERIC_STAGE_DIR); \