6764788 accessx build fails with LANG=*.UTF-8
authorAlan Coopersmith <Alan.Coopersmith@Sun.COM>
Tue, 28 Oct 2008 18:04:20 -0700
changeset 575 9ca7fa81c471
parent 574 0b9b70d1d77b
child 576 905adecefd63
6764788 accessx build fails with LANG=*.UTF-8
open-src/app/accessx/sun-src/Makefile
--- a/open-src/app/accessx/sun-src/Makefile	Fri Oct 24 17:52:17 2008 -0700
+++ b/open-src/app/accessx/sun-src/Makefile	Tue Oct 28 18:04:20 2008 -0700
@@ -26,7 +26,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile	1.1	08/09/30
+# @(#)Makefile	1.2	08/10/28
 
 UIL = /usr/dt/bin/uil
 UIL_INCLUDES = -I/usr/dt/include/uil
@@ -40,7 +40,8 @@
 all:: accessx.uid accessx
 
 accessx.uid: accessx.uil
-	$(UIL) -o $@ accessx.uil $(UIL_INCLUDES)
+	env LC_ALL='C' LANG='C' \
+	 $(UIL) -o $@ accessx.uil $(UIL_INCLUDES)
 
 accessx: $(OBJS)
 	$(LD) -o $@ $(CFLAGS) $(LDFLAGS) $(OBJS) -lMrm -lXm -lXt -lX11 -lXext