summaryrefslogtreecommitdiffstats
path: root/mcast
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
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')
-rw-r--r--mcast/ChangeLog4
-rw-r--r--mcast/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/mcast/ChangeLog b/mcast/ChangeLog
index 52db617..9e908e0 100644
--- a/mcast/ChangeLog
+++ b/mcast/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile: bin2c now rtems-bin2c.
+
2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* mcast.c: Remove warning.
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)