diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-04 23:15:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-04 23:15:45 +0000 |
commit | 2c8e931c67ebec7acbabd2c9a07096632398bfae (patch) | |
tree | 7fdb0e0ee727bb7a44aab16d3c63f971cd0eba07 /test/stdlib/Makefile | |
parent | e547d07a488ab17397217e2a57594c78bf747373 (diff) |
Make spelling of uClibc be consistant.
Diffstat (limited to 'test/stdlib/Makefile')
-rw-r--r-- | test/stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stdlib/Makefile b/test/stdlib/Makefile index 12ad870eb..424b0ba88 100644 --- a/test/stdlib/Makefile +++ b/test/stdlib/Makefile @@ -35,7 +35,7 @@ testmalloc_source: testmalloc: testmalloc.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) |