diff --git a/examples/webserver/httpd-cfs/background.gif b/examples/webserver/httpd-cfs/backgrnd.gif
similarity index 100%
rename from examples/webserver/httpd-cfs/background.gif
rename to examples/webserver/httpd-cfs/backgrnd.gif
diff --git a/examples/webserver/httpd-cfs/index.html b/examples/webserver/httpd-cfs/index.html
index 0eb210670..2597db077 100644
--- a/examples/webserver/httpd-cfs/index.html
+++ b/examples/webserver/httpd-cfs/index.html
@@ -4,7 +4,7 @@
Test Page for Contiki Installation
-
+
It Worked!
If you can see this, it means that the installation of the
diff --git a/platform/apple2enh/Makefile.apple2enh b/platform/apple2enh/Makefile.apple2enh
index cf150c05c..b587c2b93 100644
--- a/platform/apple2enh/Makefile.apple2enh
+++ b/platform/apple2enh/Makefile.apple2enh
@@ -30,7 +30,7 @@
#
# Author: Oliver Schmidt
#
-# $Id: Makefile.apple2enh,v 1.16 2010/09/28 19:23:30 oliverschmidt Exp $
+# $Id: Makefile.apple2enh,v 1.17 2010/09/28 19:36:16 oliverschmidt Exp $
#
CONTIKI_SOURCEFILES += pfs.S
@@ -67,7 +67,7 @@ ifeq ($(findstring WITH_MOUSE,$(DEFINES)),WITH_MOUSE)
endif
ifeq ($(HTTPD-CFS),1)
java -jar $(AC) -p contiki.dsk index.html bin 0 < httpd-cfs/index.html
- java -jar $(AC) -p contiki.dsk background.gif bin 0 < httpd-cfs/background.gif
+ java -jar $(AC) -p contiki.dsk backgrnd.gif bin 0 < httpd-cfs/backgrnd.gif
java -jar $(AC) -p contiki.dsk contiki.gif bin 0 < httpd-cfs/contiki.gif
java -jar $(AC) -p contiki.dsk notfound.html bin 0 < httpd-cfs/notfound.html
endif
diff --git a/platform/c128/Makefile.c128 b/platform/c128/Makefile.c128
index 7f976413c..dcc1772a8 100644
--- a/platform/c128/Makefile.c128
+++ b/platform/c128/Makefile.c128
@@ -30,7 +30,7 @@
#
# Author: Oliver Schmidt
#
-# $Id: Makefile.c128,v 1.11 2010/09/28 19:23:30 oliverschmidt Exp $
+# $Id: Makefile.c128,v 1.12 2010/09/28 19:36:16 oliverschmidt Exp $
#
CONTIKI_SOURCEFILES += pfs.S pfs_write.S
@@ -58,7 +58,7 @@ ifeq ($(findstring WITH_MOUSE,$(DEFINES)),WITH_MOUSE)
endif
ifeq ($(HTTPD-CFS),1)
$(C1541) -attach contiki.d71 -write httpd-cfs/index.html index.html,u
- $(C1541) -attach contiki.d71 -write httpd-cfs/background.gif background.gif,u
+ $(C1541) -attach contiki.d71 -write httpd-cfs/backgrnd.gif backgrnd.gif,u
$(C1541) -attach contiki.d71 -write httpd-cfs/contiki.gif contiki.gif,u
$(C1541) -attach contiki.d71 -write httpd-cfs/notfound.html notfound.html,u
endif
diff --git a/platform/c64/Makefile.c64 b/platform/c64/Makefile.c64
index bd6de9aac..b229ae525 100644
--- a/platform/c64/Makefile.c64
+++ b/platform/c64/Makefile.c64
@@ -30,7 +30,7 @@
#
# Author: Oliver Schmidt
#
-# $Id: Makefile.c64,v 1.13 2010/09/28 19:23:30 oliverschmidt Exp $
+# $Id: Makefile.c64,v 1.14 2010/09/28 19:36:16 oliverschmidt Exp $
#
CONTIKI_SOURCEFILES += pfs.S pfs_write.S
@@ -58,7 +58,7 @@ ifeq ($(findstring WITH_MOUSE,$(DEFINES)),WITH_MOUSE)
endif
ifeq ($(HTTPD-CFS),1)
$(C1541) -attach contiki.d64 -write httpd-cfs/index.html index.html,u
- $(C1541) -attach contiki.d64 -write httpd-cfs/background.gif background.gif,u
+ $(C1541) -attach contiki.d64 -write httpd-cfs/backgrnd.gif backgrnd.gif,u
$(C1541) -attach contiki.d64 -write httpd-cfs/contiki.gif contiki.gif,u
$(C1541) -attach contiki.d64 -write httpd-cfs/notfound.html notfound.html,u
endif