targets/{xvmc,vdpau,va}: remove all objects on make clean

This commit is contained in:
Marcin Slusarz
2012-04-01 17:31:51 +02:00
parent a45247fb1b
commit 68e4c83ffa
3 changed files with 3 additions and 3 deletions

View 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

View 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

View 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