build: Fix incorrect reference

PR-URL: https://github.com/iojs/io.js/pull/924
Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
pull/758/head
Johan Bergström 2015-02-23 11:30:44 +11:00 committed by Rod Vagg
parent 1738c77835
commit 234e6916b8
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ release-only:
else \
echo "" >&2 ; \
echo "#NODE_VERSION_IS_RELEASE is set to $(RELEASE)." >&2 ; \
echo "Did you remember to update src/node_version.cc?" >&2 ; \
echo "Did you remember to update src/node_version.h?" >&2 ; \
echo "" >&2 ; \
exit 1 ; \
fi