diff options
author | Brian Paul <[email protected]> | 2004-02-23 20:26:58 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-02-23 20:26:58 +0000 |
commit | 537f42e24042292a34048a2e48844fbe4e9267e0 (patch) | |
tree | 0426c9ab33d4c8b6037c0684905a62234dcc6fe1 /src/glut | |
parent | c00fbd55ba45e0c9e4e8ed246103e75cc7fe0af5 (diff) |
fix typo (Matt Case)
Diffstat (limited to 'src/glut')
-rw-r--r-- | src/glut/glx/descrip.mms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glut/glx/descrip.mms b/src/glut/glx/descrip.mms index 545e5c826b7..5a536aa8725 100644 --- a/src/glut/glx/descrip.mms +++ b/src/glut/glx/descrip.mms @@ -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) |