summaryrefslogtreecommitdiffstats
path: root/mcast/Makefile
diff options
context:
space:
mode:
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)