summaryrefslogtreecommitdiffstats
path: root/mcast/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-09 21:40:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-09 21:40:42 +0000
commit5c0f2e97af414aede952199f21dda6c4b3e4b942 (patch)
tree26d29014dd8994d0e366680d47751c562d586b43 /mcast/Makefile
parent2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadnetwork-demos-5c0f2e97af414aede952199f21dda6c4b3e4b942.tar.bz2
2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: bin2c now rtems-bin2c.
Diffstat (limited to 'mcast/Makefile')
-rw-r--r--mcast/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcast/Makefile b/mcast/Makefile
index 3c09db1..9776f44 100644
--- a/mcast/Makefile
+++ b/mcast/Makefile
@@ -66,7 +66,7 @@ FilesystemImage: rootfs/etc/host.conf rootfs/etc/hosts
cd rootfs ; tar cf ../FilesystemImage --exclude CVS --exclude .cvsignore .
FilesystemImage.c: FilesystemImage
- $(PROJECT_ROOT)/bin/bin2c FilesystemImage FilesystemImage
+ $(PROJECT_ROOT)/bin/rtems-bin2c FilesystemImage FilesystemImage
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)