open-src/font/Makefile
changeset 253 88e5aa1fb5f9
parent 222 73975f82276f
child 306 008074c76022
--- a/open-src/font/Makefile	Wed Nov 21 09:43:21 2007 +0000
+++ b/open-src/font/Makefile	Wed Nov 21 15:19:48 2007 -0800
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile	1.3	07/09/14
+# @(#)Makefile	1.4	07/11/16
 #
 ###############################################################################
 
@@ -56,6 +56,6 @@
 	@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
 	for i in $(OS_SUBDIRS) ;\
 	do \
-	(cd $$i ; echo "## making" $(OS_TARGET) "in open-src/proto/$$i..."; \
+	(cd $$i ; echo "## making" $(OS_TARGET) "in open-src/font/$$i..."; \
 	$(MAKE) $(MFLAGS) CDEBUGFLAGS="$(CDEBUGFLAGS)" $(OS_TARGET)); \
 	done