diff options
-rw-r--r-- | src/gallium/targets/Makefile.va | 2 | ||||
-rw-r--r-- | src/gallium/targets/Makefile.vdpau | 2 | ||||
-rw-r--r-- | 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 884b59d224e..a6e775c1477 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 a9e7a9c9549..fba3cdf5d83 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 217481e48e8..ad9dd2d4817 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 |