projects
/
platform
/
upstream
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba1868a
)
build: Remove use of BUILT_SOURCES from Makefile.win32
author
Andrea Canciani
<ranma42@gmail.com>
Tue, 22 Dec 2015 20:53:14 +0000
(21:53 +0100)
committer
Andrea Canciani
<ranma42@gmail.com>
Wed, 23 Dec 2015 20:23:46 +0000
(21:23 +0100)
Since
3d81d89c292058522cce91338028d9b4c4a23c24
BUILT_SOURCES is not
used anymore, but it was unintentionally left in Win32 Makefiles.
Signed-off-by: Andrea Canciani <ranma42@gmail.com>
Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com>
Makefile.win32.common
patch
|
blob
|
history
diff --git
a/Makefile.win32.common
b/Makefile.win32.common
index 777f94ce2c2d2bd1ab189ee81ca06d2af639da19..b498c2f6e8b1edbc875ebad9b8e1e608ab33fccd 100644
(file)
--- 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