summaryrefslogtreecommitdiff
path: root/src/glut
diff options
context:
space:
mode:
Diffstat (limited to 'src/glut')
-rw-r--r--src/glut/mini/Makefile.solo (renamed from src/glut/mini/Makefile.X11)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glut/mini/Makefile.X11 b/src/glut/mini/Makefile.solo
index bbdc6a690c..f413ed17ed 100644
--- a/src/glut/mini/Makefile.X11
+++ b/src/glut/mini/Makefile.solo
@@ -49,7 +49,7 @@ LIBS = -L$(TOP)/lib -lGL -lGLU -lm
targets: depend libglut.so.3.7 install
-libglut.so.3.7: $(OBJS) Makefile.X11
+libglut.so.3.7: $(OBJS) Makefile.solo
gcc -shared -Wl,-soname,libglut.so -Wl,-Bsymbolic $(OBJS) $(LIBS) -o $@
install: libglut.so.3.7
@@ -58,7 +58,7 @@ install: libglut.so.3.7
ln -s libglut.so.3.7 $(TOP)/lib/libglut.so.3
ln -s libglut.so.3 $(TOP)/lib/libglut.so
-# Run 'make -f Makefile.X11 dep' to update the dependencies if you change
+# Run 'make -f Makefile.solo dep' to update the dependencies if you change
# what's included by any source file.
depend: $(SOURCES)
makedepend -fdepend -Y $(INCLUDES) \