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/string/Makefile | |
parent | e547d07a488ab17397217e2a57594c78bf747373 (diff) |
Make spelling of uClibc be consistant.
Diffstat (limited to 'test/string/Makefile')
-rw-r--r-- | test/string/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/string/Makefile b/test/string/Makefile index ddba98132..a771f3638 100644 --- a/test/string/Makefile +++ b/test/string/Makefile @@ -27,7 +27,7 @@ all: $(TARGETS) string: string.c Makefile $(TOPDIR)libc.a -@ echo "-------" -@ echo " " - -@ echo "Compiling vs uCLibc: " + -@ echo "Compiling vs uClibc: " -@ echo " " $(CC) $(XCFLAGS) -c $< -o $@.o $(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS) @@ -47,7 +47,7 @@ string_glibc: string.c Makefile $(TOPDIR)libc.a testcopy: testcopy.c Makefile $(TOPDIR)libc.a -@ echo "-------" -@ echo " " - -@ echo "Compiling vs uCLibc: " + -@ echo "Compiling vs uClibc: " -@ echo " " $(CC) $(XCFLAGS) -c $< -o $@.o $(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS) |