targets/{xvmc,vdpau,va}: remove all objects on make clean
authorMarcin Slusarz <marcin.slusarz@gmail.com>
Sun, 1 Apr 2012 15:31:51 +0000 (17:31 +0200)
committerMarcin Slusarz <marcin.slusarz@gmail.com>
Sun, 1 Apr 2012 15:42:48 +0000 (17:42 +0200)
src/gallium/targets/Makefile.va
src/gallium/targets/Makefile.vdpau
src/gallium/targets/Makefile.xvmc

index 884b59d..a6e775c 100644 (file)
@@ -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
index a9e7a9c..fba3cdf 100644 (file)
@@ -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
index 217481e..ad9dd2d 100644 (file)
@@ -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