open-src/xserver/xorg/Makefile
changeset 182 b0fbde156bb3
parent 177 b55de22648e0
child 183 722ed220347e
--- a/open-src/xserver/xorg/Makefile	Thu Jul 12 11:11:31 2007 -0700
+++ b/open-src/xserver/xorg/Makefile	Thu Jul 12 11:14:27 2007 -0700
@@ -30,7 +30,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile	1.47	07/06/15
+# @(#)Makefile	1.48	07/07/12
 #
 
 PWD:sh=pwd
@@ -247,5 +247,5 @@
 	-rm -f $@
 	printf '# Functions exported by Xorg server to loadable modules\n\n' > $@
 	printf '{\n  global:\n' >> $@
-	/usr/ccs/bin/nm -g $(XORGSERVER_BIN) | grep -v UNDEF | sed -n -e 's/^.*\|FUNC \|GLOB \|.*\|\([A-Za-z].*\)$$/    \1 = FUNCTION extern;/p' -e 's/^.*\|OBJT \|GLOB \|.*\|\([A-Za-z].*\)$$/    \1 = DATA extern;/p' >> $@
+	/usr/ccs/bin/nm -g $(XORGSERVER_BIN) $(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR)/libXfont.so | grep -v UNDEF | sed -n -e 's/^.*\|FUNC \|GLOB \|.*\|\([A-Za-z].*\)$$/    \1 = FUNCTION extern;/p' -e 's/^.*\|OBJT \|GLOB \|.*\|\([A-Za-z].*\)$$/    \1 = DATA extern;/p' >> $@
 	printf '};\n' >> $@