summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-10 18:23:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-10 18:23:42 +0000
commitd7de1ab03a8e9cca0b4ce922b3f971fd0b8a3a4f (patch)
tree19fd0bd792516e611767e465e050f3c1b8bcd828
parent2008-10-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadnetwork-demos-d7de1ab03a8e9cca0b4ce922b3f971fd0b8a3a4f.tar.bz2
2009-02-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Fix typo.
-rw-r--r--http/ChangeLog4
-rw-r--r--http/Makefile6
2 files changed, 7 insertions, 3 deletions
diff --git a/http/ChangeLog b/http/ChangeLog
index 608bb94..3d4a4be 100644
--- a/http/ChangeLog
+++ b/http/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-10 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile: Fix typo.
+
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* init.c: Rename STACK_CHECKER_ON to more appropriate
diff --git a/http/Makefile b/http/Makefile
index 737bf74..28ce4b9 100644
--- a/http/Makefile
+++ b/http/Makefile
@@ -41,10 +41,10 @@ CFLAGS_DEBUG_V += -v -qrtems_debug
LD_PATHS +=
## FYI GoAhead requires POSIX to be enabled
-USE_GOHEAD=no
+USE_GOAHEAD=no
USE_SIMPLE=yes
USE_FTPD=yes
-ifeq ($(USE_GOHEAD),yes)
+ifeq ($(USE_GOAHEAD),yes)
HTTPD = GoAhead Web Server
CFLAGS += -DWEBS -DUEMF -DUSE_GOAHEAD_HTTPD
LD_LIBS += -lhttpd
@@ -68,7 +68,7 @@ LD_LIBS +=
# already know how to delete some stuff, so you may want
# to just run 'make clean' first to see what gets missed.
# 'make clobber' already includes 'make clean'
-#
+
CLEAN_ADDITIONS += FilesystemImage FilesystemImage.c FilesystemImage.h
CLEAN_ADDITIONS += stamp-index-html rootfs/index.html rootfs/shttpd.png