summaryrefslogtreecommitdiff
path: root/test/string
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-01 00:23:19 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-01 00:23:19 +0000
commit2f1c4fcdbb83534d7facb7d28150b8d87a16c8ab (patch)
treea20b9e8e417e7085f5077896d8ac937f00db0270 /test/string
parentf5dd713e07801c1acaab57cfc228286a07fad97e (diff)
GNU libc -> glibc
Diffstat (limited to 'test/string')
-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 $@