open-src/app/Makefile
changeset 253 88e5aa1fb5f9
parent 231 fac2564585d9
child 262 dce04ad1270e
--- a/open-src/app/Makefile	Wed Nov 21 09:43:21 2007 +0000
+++ b/open-src/app/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.9	07/10/08
+# @(#)Makefile	1.10	07/11/16
 #
 ###############################################################################
 
@@ -71,6 +71,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/app/$$i..."; \
 	$(MAKE) $(MFLAGS) CDEBUGFLAGS="$(CDEBUGFLAGS)" $(OS_TARGET)); \
 	done