summaryrefslogtreecommitdiff
path: root/nfsClientTest
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 /nfsClientTest
parent84b2a489aa2b3f6100c0a2947c472625832a6b38 (diff)
2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: bin2c now rtems-bin2c.
Diffstat (limited to 'nfsClientTest')
-rw-r--r--nfsClientTest/ChangeLog4
-rw-r--r--nfsClientTest/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/nfsClientTest/ChangeLog b/nfsClientTest/ChangeLog
index 35888ab..99fd1d9 100644
--- a/nfsClientTest/ChangeLog
+++ b/nfsClientTest/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>
* .cvsignore, Makefile, init.c: Switch to using rtems-bin2c for initial
diff --git a/nfsClientTest/Makefile b/nfsClientTest/Makefile
index ff3ac70..7c46690 100644
--- a/nfsClientTest/Makefile
+++ b/nfsClientTest/Makefile
@@ -65,7 +65,7 @@ FilesystemImage: $(ARCH) rootfs/etc/host.conf rootfs/etc/hosts rootfs/rtems_logo
tar cf ../FilesystemImage --exclude CVS --exclude .cvsignore .
FilesystemImage.c: $(ARCH) FilesystemImage
- $(PROJECT_ROOT)/bin/bin2c FilesystemImage FilesystemImage
+ $(PROJECT_ROOT)/bin/rtems-bin2c FilesystemImage FilesystemImage
# Install the program(s), appending _g or _p as appropriate.