From: Simon Richter Date: Mon, 11 Feb 2019 15:51:34 +0000 (+0100) Subject: Windows: Show compiler invocation X-Git-Tag: pixman-0.38.2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55d8f956c2da14ea2235c066dbc6e431b973e042;p=platform%2Fupstream%2Fpixman.git Windows: Show compiler invocation Signed-off-by: Matt Turner --- diff --git a/Makefile.win32.common b/Makefile.win32.common index 756fc94..0048cf8 100644 --- a/Makefile.win32.common +++ b/Makefile.win32.common @@ -53,7 +53,7 @@ $(CFG_VAR): @mkdir $@ $(CFG_VAR)/%.obj: %.c $(libpixman_headers) | $(CFG_VAR) - @$(CC) -c $(PIXMAN_CFLAGS) -Fo"$@" $< + $(CC) -c $(PIXMAN_CFLAGS) -Fo"$@" $< clean: inform $(CFG_VAR) @cd $(CFG_VAR) && echo > silence_error.exe && $(RM) *.exe *.ilk *.lib *.obj *.pdb