6896574 Font repackaging and upgrade to X11R7.5 fonts (fix build race)
authorAlan Coopersmith <Alan.Coopersmith@Sun.COM>
Mon, 23 Nov 2009 22:32:46 -0800
changeset 840 25d125ebe89d
parent 839 7cfbb5efb8f5
child 841 abf1c0c872de
6896574 Font repackaging and upgrade to X11R7.5 fonts (fix build race)
open-src/lib/freetype/Makefile
--- a/open-src/lib/freetype/Makefile	Mon Nov 23 17:45:05 2009 -0800
+++ b/open-src/lib/freetype/Makefile	Mon Nov 23 22:32:46 2009 -0800
@@ -30,7 +30,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile	1.81	09/10/26
+# @(#)Makefile	1.82	09/11/23
 #
 
 PWD:sh=pwd
@@ -139,7 +139,7 @@
 
 # $(PROTODIR)/usr/sfw is made so that the RUNPATH in mkfontscale picks up
 # libfreetype from the $(PROTODIR) when running in the build
-install_gen::
+install_32::
 	-/bin/rm -f $(PROTODIR)/usr/sfw
 	ln -s . $(PROTODIR)/usr/sfw
 
@@ -151,5 +151,3 @@
 	-/bin/rm -f $(BIN_INST_DIR)/64
 	mkdir -p $(BIN_INST_DIR)
 	ln -s $(SUBDIR64) $(BIN_INST_DIR)/64
-
-