summaryrefslogtreecommitdiff
path: root/src/glsl
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2011-07-05 21:59:33 -0700
committerEric Anholt <eric@anholt.net>2011-07-06 11:17:19 -0700
commitabbbd14dd440cfbbe8b42279cf95c30eec5b495d (patch)
tree7fcc45a9ca32abc8ab7ddd82af971cfcd2f6f60c /src/glsl
parenteafc74d7d4982a835ac43c73963dda9982652464 (diff)
glsl: Fix make clean for dricore.
Diffstat (limited to 'src/glsl')
-rw-r--r--src/glsl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/Makefile b/src/glsl/Makefile
index 4100414a37d..e0776c1b55d 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