summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohan Bergström <bugs@bergstroem.nu>2015-02-23 11:30:44 +1100
committerRod Vagg <rod@vagg.org>2015-02-24 16:29:30 -0600
commit234e6916b8abcb470dd4f976384869db02bdc3cf (patch)
tree29cb7add0316471b93c8feef34a39cb0b56c1a7d /Makefile
parent1738c7783526868d86cb213414cb4d40c5a89662 (diff)
downloadandroid-node-v8-234e6916b8abcb470dd4f976384869db02bdc3cf.tar.gz
android-node-v8-234e6916b8abcb470dd4f976384869db02bdc3cf.tar.bz2
android-node-v8-234e6916b8abcb470dd4f976384869db02bdc3cf.zip
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 47ddfc73d3..3c1bdb7abc 100644
--- a/Makefile
+++ b/Makefile
@@ -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