Skip to content

Commit 83791bc

Browse files
committed
Merge branch 'ab/make-optim-noop'
A micro fix to a topic earlier merged to 'master' * ab/make-optim-noop: Makefile: use ' ', not non-existing $(wspfx_SQ)
2 parents 6d51217 + 05b8b82 commit 83791bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ifndef V
5353
QUIET = @
5454
QUIET_GEN = @echo ' ' GEN $@;
5555

56-
QUIET_MKDIR_P_PARENT = @echo $(wspfx_SQ) MKDIR -p $(@D);
56+
QUIET_MKDIR_P_PARENT = @echo ' ' MKDIR -p $(@D);
5757

5858
## Used in "Makefile"
5959
QUIET_CC = @echo ' ' CC $@;

0 commit comments

Comments
 (0)