open-src/font/Makefile.inc
changeset 967 efbd0ee6805d
parent 963 7a4fced80e83
child 970 272328fe1b4a
--- a/open-src/font/Makefile.inc	Mon Jun 21 13:12:49 2010 -0700
+++ b/open-src/font/Makefile.inc	Tue Jun 22 13:56:05 2010 -0700
@@ -26,12 +26,12 @@
 ### Makefile settings/rules common to all X.Org font modules
 
 PWD:sh=pwd
-TOP=$(PWD)/../..
+TOP=$(PWD)/../../..
 
 MODTYPE=font
 
 ### Include common definitions
-include $(TOP)/common/Makefile.init
+include $(TOP)/open-src/common/Makefile.init
 
 # Most font modules have no man pages
 MODTYPE_SUNTOUCH_MAN_FLAGS= 
@@ -67,7 +67,7 @@
 MODTYPE_ADD_INSTALL_TARGETS = install_fontpath_links
 
 ### Include common rulesets
-include $(TOP)/common/Makefile.inc
+include $(TOP)/open-src/common/Makefile.inc
 
 # Can't use Makefile substitutions or dependencies on the links themselves
 #  due to the : characters & shell math expansion in the link names