summaryrefslogtreecommitdiffstats
path: root/Makefile.shared
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-28 19:04:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-28 19:04:13 +0000
commit49e5cf845001af2ed2a0ce05ddd27ccfda437931 (patch)
tree590db31c477670c007cea57096552c7cf2a5fbd3 /Makefile.shared
parent2007-09-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-49e5cf845001af2ed2a0ce05ddd27ccfda437931.tar.bz2
2007-09-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.shared: Change bin2c to rtems-bin2c.
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared
index cb13aba..049f7b2 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -59,7 +59,7 @@ FilesystemImage: ../rootfs/etc/host.conf ../rootfs/etc/hosts
(cd ../rootfs ; tar cf - --exclude CVS --exclude .cvsignore .) >$(@)
FilesystemImage.c FilesystemImage.h: FilesystemImage
- $(PROJECT_ROOT)/bin/bin2c FilesystemImage FilesystemImage
+ $(PROJECT_ROOT)/bin/rtems-bin2c FilesystemImage FilesystemImage
FilesystemImage.o: FilesystemImage.c
$(CC) $(CFLAGS) $(CPU_CFLAGS) -c $<