From d7de1ab03a8e9cca0b4ce922b3f971fd0b8a3a4f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 10 Feb 2009 18:23:42 +0000 Subject: 2009-02-10 Joel Sherrill * Makefile: Fix typo. --- http/ChangeLog | 4 ++++ http/Makefile | 6 +++--- 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 + + * Makefile: Fix typo. + 2008-09-17 Joel Sherrill * 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 -- cgit v1.2.3