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>
This commit is contained in:
parent
1738c77835
commit
234e6916b8
2
Makefile
2
Makefile
@ -247,7 +247,7 @@ release-only:
|
|||||||
else \
|
else \
|
||||||
echo "" >&2 ; \
|
echo "" >&2 ; \
|
||||||
echo "#NODE_VERSION_IS_RELEASE is set to $(RELEASE)." >&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 ; \
|
echo "" >&2 ; \
|
||||||
exit 1 ; \
|
exit 1 ; \
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user