projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5df3cc
)
glsl: make 'make clean' work properly.
author
Dave Airlie
<airlied@redhat.com>
Tue, 24 Aug 2010 06:10:28 +0000
(16:10 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 24 Aug 2010 06:10:28 +0000
(16:10 +1000)
this has make clean remove all the objects.
src/glsl/Makefile
patch
|
blob
|
history
diff --git
a/src/glsl/Makefile
b/src/glsl/Makefile
index fef389162a03755cf009997f61448bc1fb018632..3fd06bc9cb5be80f127232de00da52a1c127f410 100644
(file)
--- a/
src/glsl/Makefile
+++ b/
src/glsl/Makefile
@@
-131,7
+131,7
@@
depend: $(ALL_SOURCES) Makefile
# Remove .o and backup files
clean:
- rm -f $(OBJECTS) lib$(LIBNAME).a depend depend.bak
+ rm -f $(
GLCPP_OBJECTS) $(GLSL2_OBJECTS) $(
OBJECTS) lib$(LIBNAME).a depend depend.bak
-rm -f $(APPS)
# Dummy target