summaryrefslogtreecommitdiff
path: root/src/glx
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/mini/Makefile.solo (renamed from src/glx/mini/Makefile.X11)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glx/mini/Makefile.X11 b/src/glx/mini/Makefile.solo
index 115854393a7..94e54f46a54 100644
--- a/src/glx/mini/Makefile.X11
+++ b/src/glx/mini/Makefile.solo
@@ -44,7 +44,7 @@ INCLUDE_DIRS = \
targets: depend libGL.so.1.2
-libGL.so.1.2: $(OBJECTS) Makefile.X11
+libGL.so.1.2: $(OBJECTS) Makefile.solo
rm -f $@ && gcc -shared -Wl,-soname,libGL.so -Wl,-Bsymbolic $(OBJECTS) $(LIBS) -o $@
rm -f $(TOP)/lib/libGL.so*
rm -f $(TOP)/lib/miniglx.conf
@@ -56,7 +56,7 @@ libGL.so.1.2: $(OBJECTS) Makefile.X11
drmtest: xf86drm.o drmtest.o
rm -f drmtest && $(CC) -o drmtest xf86drm.o drmtest.o
-# 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: $(C_SOURCES) $(ASM_SOURCES)
makedepend -fdepend -Y $(INCLUDES) \