summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert@lshift.net>2008-08-14 14:35:20 +0100
committerHubert Plociniczak <hubert@lshift.net>2008-08-14 14:35:20 +0100
commit231d51ccab233eadf102ee2b2d2bc3ff2118b351 (patch)
tree434fb03e607ec43ef225b3e341b7308b0b64ccba /Makefile
parent18bb034b9dba40efe5b741a7f8f9bc192e1bd39e (diff)
parent47fec9c6638ff20b1239ae2c2cea65e78d5a2c10 (diff)
downloadrabbitmq-server-git-231d51ccab233eadf102ee2b2d2bc3ff2118b351.tar.gz
Merge bug19200 into bug19193
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 471c32f9b9..2ed64aa513 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); \