From: Jon Smirl Date: Thu, 16 Oct 2003 04:54:24 +0000 (+0000) Subject: Define SOLO so that check is possible for SOLO in project makefiles X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93dc6942eb31e06fd0ec0c7ff19bb327d816808d;p=mesa.git Define SOLO so that check is possible for SOLO in project makefiles --- diff --git a/Make-config b/Make-config index d80ec3d08dd..0e3f55d0f45 100644 --- a/Make-config +++ b/Make-config @@ -712,6 +712,7 @@ linux-osmesa32: # change -g to -O3 for non-debug linux-solo: $(MAKE) $(MFLAGS) -f Makefile.X11 targets \ + "SOLO = true" \ "LIBMESA = mesa.a" \ "GLU_LIB = libGLU.so" \ "GLUT_LIB = libglut.so" \