projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
619f006
)
change .cc suffix to .cpp
author
Michal Krol
<mjkrol@gmail.org>
Tue, 18 Jan 2005 14:16:51 +0000
(14:16 +0000)
committer
Michal Krol
<mjkrol@gmail.org>
Tue, 18 Jan 2005 14:16:51 +0000
(14:16 +0000)
src/mesa/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile
b/src/mesa/Makefile
index f898795ab5433a7d03e5b656a94721c6c66a26ae..b7cfc73f9a7fa7ad65eff90e082aa7006f16dd77 100644
(file)
--- a/
src/mesa/Makefile
+++ b/
src/mesa/Makefile
@@
-11,12
+11,12
@@
GL_MINOR = 5
GL_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY)
-.SUFFIXES : .c
c
+.SUFFIXES : .c
pp
.c.o:
$(CC) -c $(INCLUDE_DIRS) $(CFLAGS) $< -o $@
-.c
c
.o:
+.c
pp
.o:
$(CXX) -c $(INCLUDE_DIRS) $(CXXFLAGS) $< -o $@
.S.o: