From 68e4c83ffa9319c934a96ca1daf25e81b78a6d90 Mon Sep 17 00:00:00 2001 From: Marcin Slusarz Date: Sun, 1 Apr 2012 17:31:51 +0200 Subject: [PATCH] targets/{xvmc,vdpau,va}: remove all objects on make clean --- src/gallium/targets/Makefile.va | 2 +- src/gallium/targets/Makefile.vdpau | 2 +- src/gallium/targets/Makefile.xvmc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gallium/targets/Makefile.va b/src/gallium/targets/Makefile.va index 884b59d..a6e775c 100644 --- a/src/gallium/targets/Makefile.va +++ b/src/gallium/targets/Makefile.va @@ -63,7 +63,7 @@ tags: # Remove .o and backup files clean: - -rm -f *.o *~ *.so $(SYMLINKS) + -rm -f $(OBJECTS) *~ *.so $(SYMLINKS) -rm -f depend depend.bak install: default diff --git a/src/gallium/targets/Makefile.vdpau b/src/gallium/targets/Makefile.vdpau index a9e7a9c..fba3cdf 100644 --- a/src/gallium/targets/Makefile.vdpau +++ b/src/gallium/targets/Makefile.vdpau @@ -63,7 +63,7 @@ tags: # Remove .o and backup files clean: - -rm -f *.o *~ *.so $(SYMLINKS) + -rm -f $(OBJECTS) *~ *.so $(SYMLINKS) -rm -f depend depend.bak install: default diff --git a/src/gallium/targets/Makefile.xvmc b/src/gallium/targets/Makefile.xvmc index 217481e..ad9dd2d 100644 --- a/src/gallium/targets/Makefile.xvmc +++ b/src/gallium/targets/Makefile.xvmc @@ -63,7 +63,7 @@ tags: # Remove .o and backup files clean: - -rm -f *.o *~ *.so $(SYMLINKS) + -rm -f $(OBJECTS) *~ *.so $(SYMLINKS) -rm -f depend depend.bak install: default -- 2.7.4