From ceb49cbda93a59bf41a5a9908114534208f8250c Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Tue, 22 Dec 2015 21:53:14 +0100 Subject: build: Remove use of BUILT_SOURCES from Makefile.win32 Since 3d81d89c292058522cce91338028d9b4c4a23c24 BUILT_SOURCES is not used anymore, but it was unintentionally left in Win32 Makefiles. Signed-off-by: Andrea Canciani Reviewed-by: Oded Gabbay --- Makefile.win32.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.win32.common b/Makefile.win32.common index 777f94c..b498c2f 100644 --- a/Makefile.win32.common +++ b/Makefile.win32.common @@ -51,6 +51,6 @@ $(CFG_VAR)/%.obj: %.c $(libpixman_headers) @$(CC) -c $(PIXMAN_CFLAGS) -Fo"$@" $< clean: inform - @$(RM) $(CFG_VAR)/*.{exe,ilk,lib,obj,pdb} $(BUILT_SOURCES) || exit 0 + @$(RM) $(CFG_VAR)/*.{exe,ilk,lib,obj,pdb} || exit 0 .PHONY: inform clean -- cgit v1.2.3