egl: Add depend and depend.bak to clean target
authorPauli Nieminen <suokkos@gmail.com>
Sun, 9 Aug 2009 12:22:34 +0000 (15:22 +0300)
committerBrian Paul <brianp@vmware.com>
Sun, 9 Aug 2009 14:42:50 +0000 (08:42 -0600)
Signed-off-by: Pauli Nieminen <suokkos@gmail.com>
src/egl/drivers/dri/Makefile
src/egl/main/Makefile

index 567edfa..7339c97 100644 (file)
@@ -55,6 +55,7 @@ install:
 clean:
        -rm -f *.o
        -rm -f *.so
+       -rm -f depend depend.bak
 
 depend: $(SOURCES) $(HEADERS)
        @ echo "running $(MKDEP)"
index 7cab005..1d64d94 100644 (file)
@@ -74,6 +74,7 @@ install: default
 clean:
        -rm -f *.o *.so*
        -rm -f core.*
+       -rm -f depend depend.bak
 
 
 depend: $(SOURCES) $(HEADERS)