build: Fix incorrect reference
authorJohan Bergström <bugs@bergstroem.nu>
Mon, 23 Feb 2015 00:30:44 +0000 (11:30 +1100)
committerRod Vagg <rod@vagg.org>
Tue, 24 Feb 2015 22:29:30 +0000 (16:29 -0600)
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>
Makefile

index 47ddfc7..3c1bdb7 100644 (file)
--- 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