[Pixman] [PATCH 1/2] Windows: Show compiler invocation
Simon Richter
Simon.Richter at hogyros.de
Mon Feb 11 15:51:34 UTC 2019
---
Makefile.win32.common | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.11.0
More information about the Pixman
mailing list