open-src/Makefile
changeset 851 d428083dbbdd
parent 822 2a89ea3c59be
child 907 3c35d611cdaa
--- a/open-src/Makefile	Wed Dec 02 21:38:00 2009 -0800
+++ b/open-src/Makefile	Sat Dec 05 22:13:03 2009 -0800
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# ident	"@(#)Makefile	1.24	09/11/06 SMI"
+# ident	"@(#)Makefile	1.25	09/12/05 SMI"
 #
 ###############################################################################
 #
@@ -58,7 +58,9 @@
 driver: xserver/xorg
 app/rgb: xserver/xorg
 data: app
-font: app
+FONTAPPS = app/bdftopcf app/mkfontscale app/mkfontdir
+font: $(FONTAPPS)
+$(FONTAPPS): lib
 
 OS_SUBDIRS_common = \
 	util/util-macros \
@@ -68,6 +70,7 @@
 	doc \
 	lib \
 	app \
+	$(FONTAPPS) \
 	xserver/xorg \
 	xserver/xvnc \
 	driver \