Changeset d7de1ab in network-demos


Ignore:
Timestamp:
02/10/09 18:23:42 (15 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 57a009d5b89e72f488ab655184e6a33bb0fe6b7f, network-demos-4-10-branch
Children:
83dbe37
Parents:
236963f
Message:

2009-02-10 Joel Sherrill <joel.sherrill@…>

  • Makefile: Fix typo.
Location:
http
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • http/ChangeLog

    r236963f rd7de1ab  
     12009-02-10      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * Makefile: Fix typo.
     4
    152008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
    26
  • http/Makefile

    r236963f rd7de1ab  
    4242
    4343## FYI GoAhead requires POSIX to be enabled
    44 USE_GOHEAD=no
     44USE_GOAHEAD=no
    4545USE_SIMPLE=yes
    4646USE_FTPD=yes
    47 ifeq ($(USE_GOHEAD),yes)
     47ifeq ($(USE_GOAHEAD),yes)
    4848  HTTPD     = GoAhead Web Server
    4949  CFLAGS   += -DWEBS -DUEMF -DUSE_GOAHEAD_HTTPD
     
    6969#  to just run 'make clean' first to see what gets missed.
    7070#  'make clobber' already includes 'make clean'
    71 #
     71
    7272
    7373CLEAN_ADDITIONS += FilesystemImage FilesystemImage.c FilesystemImage.h
Note: See TracChangeset for help on using the changeset viewer.