[osmonweb commit] make: bin2c is installed as rtems-bin2c

Joel Sherrill joel at rtems.org
Mon Jan 6 15:45:07 UTC 2014


Module:    osmonweb
Branch:    master
Commit:    18214b293ce31d172ce7a281b96ca2f58df818da
Changeset: http://git.rtems.org/osmonweb/commit/?id=18214b293ce31d172ce7a281b96ca2f58df818da

Author:    Chirayu Desai <cdesai at cyanogenmod.org>
Date:      Mon Jan  6 09:52:05 2014 -0600

make: bin2c is installed as rtems-bin2c

---

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index b7a137e..0e55b11 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ FilesystemImage: $(ARCH) rootfs/etc/host.conf rootfs/etc/hosts rootfs/index.html
 	    tar cf ../FilesystemImage --exclude CVS --exclude .cvsignore .
 
 FilesystemImage.c FilesystemImage.h: $(ARCH) FilesystemImage
-	$(PROJECT_ROOT)/bin/bin2c FilesystemImage FilesystemImage
+	$(PROJECT_ROOT)/bin/rtems-bin2c FilesystemImage FilesystemImage
 
 rootfs/index.html: index_shttpd.html
 	cp $(HTTPD_INDEX) $@
@@ -110,7 +110,7 @@ osmonweb_tar: $(ARCH) $(HTML_GEN)
 	    tar cf ../osmonweb_tar --exclude CVS --exclude .cvsignore .
 
 osmonweb_tar.c osmonweb_tar.h: $(ARCH) osmonweb_tar
-	$(PROJECT_ROOT)/bin/bin2c osmonweb_tar osmonweb_tar
+	$(PROJECT_ROOT)/bin/rtems-bin2c osmonweb_tar osmonweb_tar
 
 ## Rule to make .c/.h files from html
 %.h %.c: htmlsrc/%.html.in




More information about the vc mailing list