summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
Diffstat (limited to 'http')
-rw-r--r--http/ChangeLog4
-rw-r--r--http/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/http/ChangeLog b/http/ChangeLog
index a77cac3..bc8a46a 100644
--- a/http/ChangeLog
+++ b/http/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile: bin2c now rtems-bin2c.
+
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile: No use of objdump.
diff --git a/http/Makefile b/http/Makefile
index e6e3d28..ddbcb86 100644
--- a/http/Makefile
+++ b/http/Makefile
@@ -86,7 +86,7 @@ FilesystemImage: $(ARCH) stamp-index-html \
tar cf ../FilesystemImage --exclude CVS --exclude .cvsignore .
FilesystemImage.c: $(ARCH) FilesystemImage
- $(PROJECT_ROOT)/bin/bin2c FilesystemImage FilesystemImage
+ $(PROJECT_ROOT)/bin/rtems-bin2c FilesystemImage FilesystemImage
rootfs/index.html: shttpd_index.html goahead_index.html
ifeq ($(USE_SIMPLE),yes)