summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-25 22:44:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-25 22:44:44 +0000
commitdfd3ce22f145bb535367fe5168dfcb21e0bec9ad (patch)
tree9b7b80f2363ebee37ad74ae6c1ccc4208803e0e9 /http
parent6761785788621ced6a9c7fd6378de990d9506d1b (diff)
2007-11-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile: bin2c was renamed rtems-bin2c.
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 c13578f..70df48b 100644
--- a/http/ChangeLog
+++ b/http/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-25 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * Makefile: bin2c was renamed rtems-bin2c.
+
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile: Switch to using rtems-bin2c for initial filesystem image.
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)