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 884b59d224e7b55e278d7da3f510b48883f6641c..a6e775c1477e0ecd46fd09e5eeaf09ecffcee4d0 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 a9e7a9c95490ce23bcb48c039ecb19a4973e4a45..fba3cdf5d83cea6f72611f2699f6cb43a6953402 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 217481e48e8123fcbdefec03079f96cfa6d69e5b..ad9dd2d4817fbf9254c9960e6afc8bcc7b843c8e 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