projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eafc74d
)
glsl: Fix make clean for dricore.
author
Eric Anholt
<eric@anholt.net>
Wed, 6 Jul 2011 04:59:33 +0000
(21:59 -0700)
committer
Eric Anholt
<eric@anholt.net>
Wed, 6 Jul 2011 18:17:19 +0000
(11:17 -0700)
src/glsl/Makefile
patch
|
blob
|
history
diff --git
a/src/glsl/Makefile
b/src/glsl/Makefile
index 4100414a37d96c405ed3a69c18c63099ead464ea..e0776c1b55d7b995dba4ff5198f75f354a1f9fce 100644
(file)
--- 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