summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub7
1 files changed, 4 insertions, 3 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 82f039a7b9..5a43f571af 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -1236,11 +1236,12 @@ loadpath: verconf.h
-e '/^^ /!d;s/ *"\\\\0"$$//;s/" *"//g'
mjit_config.h:
- @$(ECHO) making <<$@
+ @echo making <<$@
#ifndef RUBY_MJIT_CONFIG_H
#define RUBY_MJIT_CONFIG_H 1
<<KEEP
@(set sep=#define MJIT_CC ) & \
for %I in ($(CC)) do @(call echo.%%sep%%"%%~I" \& set sep= ,) >> $@
- $(Q)echo /* MJIT_CC */>> $@
- $(Q)echo #endif /* RUBY_MJIT_CONFIG_H */ >> $@
+ @echo /* MJIT_CC */>> $@
+ @echo #endif /* RUBY_MJIT_CONFIG_H */>> $@
+ @$(Q:@=: :) type $@