glsl: Fix make clean for dricore.
authorEric Anholt <eric@anholt.net>
Wed, 6 Jul 2011 04:59:33 +0000 (21:59 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 6 Jul 2011 18:17:19 +0000 (11:17 -0700)
src/glsl/Makefile

index 4100414a37d96c405ed3a69c18c63099ead464ea..e0776c1b55d7b995dba4ff5198f75f354a1f9fce 100644 (file)
@@ -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