mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 15:20:17 +01:00
fix typo (Matt Case)
This commit is contained in:
parent
c00fbd55ba
commit
537f42e240
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ VERSION=Glut V3.7
|
|||
|
||||
# Make the library
|
||||
$(LIBDIR)$(GLUT_LIB) : $(OBJECTS0) $(OBJECTS1) $(OBJECTS2) $(OBJECTS3)
|
||||
@ $(MAKELIB) $(GLUT_LIB) $(OBJECTS)
|
||||
@ $(MAKELIB) $(GLUT_LIB) $(OBJECTS0)
|
||||
@ library $(GLUT_LIB) $(OBJECTS1)
|
||||
@ library $(GLUT_LIB) $(OBJECTS2)
|
||||
@ library $(GLUT_LIB) $(OBJECTS3)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue