summaryrefslogtreecommitdiff
path: root/test/string/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/string/Makefile')
-rw-r--r--test/string/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/string/Makefile b/test/string/Makefile
index 1bfbcc2ca..9bd7d90cf 100644
--- a/test/string/Makefile
+++ b/test/string/Makefile
@@ -38,7 +38,7 @@ string: string.c Makefile $(TESTDIR)/Rules.mak
string_glibc: string.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
@@ -60,7 +60,7 @@ testcopy: testcopy.c Makefile $(TESTDIR)/Rules.mak
testcopy_glibc: testcopy.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@