egl: Add depend and depend.bak to clean target

Signed-off-by: Pauli Nieminen <suokkos@gmail.com>
This commit is contained in:
Pauli Nieminen 2009-08-09 15:22:34 +03:00 committed by Brian Paul
parent 728da99737
commit 11038989c1
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ install:
clean:
-rm -f *.o
-rm -f *.so
-rm -f depend depend.bak
depend: $(SOURCES) $(HEADERS)
@ echo "running $(MKDEP)"

View File

@ -74,6 +74,7 @@ install: default
clean:
-rm -f *.o *.so*
-rm -f core.*
-rm -f depend depend.bak
depend: $(SOURCES) $(HEADERS)