summaryrefslogtreecommitdiff
path: root/test/silly
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-11-04 23:15:45 +0000
committerEric Andersen <andersen@codepoet.org>2000-11-04 23:15:45 +0000
commit2c8e931c67ebec7acbabd2c9a07096632398bfae (patch)
tree7fdb0e0ee727bb7a44aab16d3c63f971cd0eba07 /test/silly
parente547d07a488ab17397217e2a57594c78bf747373 (diff)
Make spelling of uClibc be consistant.
Diffstat (limited to 'test/silly')
-rw-r--r--test/silly/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/silly/Makefile b/test/silly/Makefile
index 196e8a385..426882043 100644
--- a/test/silly/Makefile
+++ b/test/silly/Makefile
@@ -34,7 +34,7 @@ hello_source:
hello: hello.c Makefile $(TOPDIR)libc.a
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling vs uC-Libc: "
+ -@ echo "Compiling vs uClibc: "
-@ echo " "
$(CC) $(XCFLAGS) -c $< -o $@.o
$(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS)