summaryrefslogtreecommitdiff
path: root/http/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'http/Makefile')
-rw-r--r--http/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/http/Makefile b/http/Makefile
index 28ce4b9..75377b8 100644
--- a/http/Makefile
+++ b/http/Makefile
@@ -47,22 +47,20 @@ USE_FTPD=yes
ifeq ($(USE_GOAHEAD),yes)
HTTPD = GoAhead Web Server
CFLAGS += -DWEBS -DUEMF -DUSE_GOAHEAD_HTTPD
- LD_LIBS += -lhttpd
+ override LD_LIBS += -lhttpd
endif
ifeq ($(USE_SIMPLE),yes)
HTTPD = Simple HTTPD Web Server
CFLAGS += -DUSE_SIMPLE_HTTPD
- LD_LIBS += -lshttpd
+ override LD_LIBS += -lshttpd
endif
ifeq ($(USE_FTPD),yes)
CFLAGS += -DUSE_FTPD
- LD_LIBS += -lftpd
+ override LD_LIBS += -lftpd
endif
-LD_LIBS +=
-
#
# Add your list of files to delete here. The config files
# already know how to delete some stuff, so you may want