Mesa (master): wayland-drm: remove depend on "make clean"

Chia-I Wu olv at kemper.freedesktop.org
Mon Jun 13 04:20:25 UTC 2011


Module: Mesa
Branch: master
Commit: 982cb365848ebb7e64dc0915e37793e5823e4bbf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=982cb365848ebb7e64dc0915e37793e5823e4bbf

Author: Chia-I Wu <olv at lunarg.com>
Date:   Mon Jun 13 11:35:21 2011 +0800

wayland-drm: remove depend on "make clean"

---

 src/egl/wayland/wayland-drm/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/egl/wayland/wayland-drm/Makefile b/src/egl/wayland/wayland-drm/Makefile
index 789b020..bc010b6 100644
--- a/src/egl/wayland/wayland-drm/Makefile
+++ b/src/egl/wayland/wayland-drm/Makefile
@@ -34,6 +34,7 @@ depend:
 clean:
 	rm -rf libwayland-drm.a $(wayland_drm_OBJECTS) \
 		$(GEN_SOURCES) $(GEN_HEADERS)
+	rm -f depend depend.bak
 
 install:
 	@echo -n ""




More information about the mesa-commit mailing list