summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index a073192497..62fa2dffaa 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -1049,7 +1049,8 @@ lex.c: {$(srcdir)}lex.c.blt
copy $(?:/=\) $@
probes.h: dmyprobes.h
- copy dmyprobes.h probes.h
+ @$(ECHO) copying probes.h
+ $(Q) $(CP) $(srcdir)\dmyprobes.h probes.h
enc/unicode/name2ctype.h: {$(srcdir)}enc/unicode/name2ctype.h.blt
@if not exist $(@D:/=\) md $(@D:/=\)