mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 09:00:10 +01:00
change .cc suffix to .cpp
This commit is contained in:
parent
619f006bba
commit
a885c7a6e0
1 changed files with 2 additions and 2 deletions
|
|
@ -11,12 +11,12 @@ GL_MINOR = 5
|
|||
GL_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY)
|
||||
|
||||
|
||||
.SUFFIXES : .cc
|
||||
.SUFFIXES : .cpp
|
||||
|
||||
.c.o:
|
||||
$(CC) -c $(INCLUDE_DIRS) $(CFLAGS) $< -o $@
|
||||
|
||||
.cc.o:
|
||||
.cpp.o:
|
||||
$(CXX) -c $(INCLUDE_DIRS) $(CXXFLAGS) $< -o $@
|
||||
|
||||
.S.o:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue