Mesa (7.11): glsl: Fix make clean for dricore.

Eric Anholt anholt at kemper.freedesktop.org
Wed Jul 13 20:24:49 UTC 2011


Module: Mesa
Branch: 7.11
Commit: 5a7d1c97106b614578587292c54f3dfab6c46a5e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a7d1c97106b614578587292c54f3dfab6c46a5e

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jul  5 21:59:33 2011 -0700

glsl: Fix make clean for dricore.
(cherry picked from commit abbbd14dd440cfbbe8b42279cf95c30eec5b495d)

---

 src/glsl/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/glsl/Makefile b/src/glsl/Makefile
index 4100414..e0776c1 100644
--- a/src/glsl/Makefile
+++ b/src/glsl/Makefile
@@ -154,7 +154,7 @@ clean: clean-dricore
 	-rm -f $(APPS)
 
 clean-dricore:
-	-rm -f $(DRICORE_OBJ_DIR) $(TOP)/$(LIB_DIR)/libglsl.so libglsl.so
+	-rm -f $(OBJECTS_DRICORE) $(TOP)/$(LIB_DIR)/libglsl.so libglsl.so
 
 ifneq (,$(DRICORE_GLSL_LIBS))
 DRICORE_INSTALL_TARGET = install-dricore




More information about the mesa-commit mailing list