Skip to content

Commit fc21e43

Browse files
committed
[js] correct the autogenerated message on top of Makefile-JS.in
1 parent f49d614 commit fc21e43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/build/Makefile-JS.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is the JS Makefile - autogenerated by gen-makefile.nqp
1+
# This is the JS Makefile - autogenerated by gen-js-makefile.nqp
22
JS_BUILD_DIR = gen/js
33
JS_STAGE1 = $(JS_BUILD_DIR)/stage1
44
JS_STAGE2 = $(JS_BUILD_DIR)/stage2

tools/build/gen-js-makefile.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ sub cross-compile(:$stage, :$source, :$target, :$setting='NQPCORE', :$no-regex-l
8484

8585

8686

87-
comment("This is the JS Makefile - autogenerated by gen-makefile.nqp");
87+
comment("This is the JS Makefile - autogenerated by gen-js-makefile.nqp");
8888

8989
constant('JS_BUILD_DIR','gen/js');
9090
constant('JS_STAGE1','$(JS_BUILD_DIR)/stage1');

0 commit comments

Comments
 (0)