From 4fee1513ff6f832bda95907be0ef61277dded374 Mon Sep 17 00:00:00 2001 From: David Kopf Date: Thu, 25 Aug 2011 14:43:55 -0400 Subject: [PATCH] makefsdata must be run with HTTPD_STRING_ADDR --- apps/webserver-nano/Makefile.webserver-nano | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/webserver-nano/Makefile.webserver-nano b/apps/webserver-nano/Makefile.webserver-nano index 0c6ecc3f2..2803c3c0c 100644 --- a/apps/webserver-nano/Makefile.webserver-nano +++ b/apps/webserver-nano/Makefile.webserver-nano @@ -5,7 +5,7 @@ webserver-nano_dsc = webserver-dsc.c # Note: Deleting files or transferring pages from makefsdata.ignore will not trigger this rule # when there is no change in modification dates. $(CONTIKI)/apps/webserver-nano/httpd-fsdata.c : $(CONTIKI)/apps/webserver-nano/httpd-fs/*.* - $(CONTIKI)/tools/makefsdata -d $(CONTIKI)/apps/webserver-nano/httpd-fs -o $(CONTIKI)/apps/webserver-nano/httpd-fsdata.c + $(CONTIKI)/tools/makefsdata -A HTTPD_STRING_ATTR -d $(CONTIKI)/apps/webserver-nano/httpd-fs -o $(CONTIKI)/apps/webserver-nano/httpd-fsdata.c #Rebuild httpd-fs.c when makefsdata has changed httpd-fsdata.c $(CONTIKI)/apps/webserver-nano/httpd-fs.c: $(CONTIKI)/apps/webserver-nano/httpd-fsdata.c