open-src/font/Makefile.inc
changeset 606 068c11b419c9
parent 561 3c2df35483af
child 837 ee480af8e87c
--- a/open-src/font/Makefile.inc	Sat Jan 10 10:35:32 2009 -0800
+++ b/open-src/font/Makefile.inc	Thu Jan 15 12:55:00 2009 -0800
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile.inc	1.7	08/10/06
+# @(#)Makefile.inc	1.8	09/01/14
 #
 
 ### Makefile settings/rules common to all X.Org font modules
@@ -62,8 +62,7 @@
 
 # Environment variable options needed when building
 MODTYPE_BUILD_ENV = PATH="$(FONT_UTILS_PATH):$$PATH" \
-	LD_LIBRARY_PATH="$(FONT_LIBS_PATH)" \
-	PROTODIR="$(PROTODIR)"
+	LD_LIBRARY_PATH="$(FONT_LIBS_PATH)"
 
 ### Include common rulesets
 include $(TOP)/common/Makefile.inc