summaryrefslogtreecommitdiff
path: root/test/silly
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/silly
parentf5dd713e07801c1acaab57cfc228286a07fad97e (diff)
GNU libc -> glibc
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 290dfc045..a1eaa86ee 100644
--- a/test/silly/Makefile
+++ b/test/silly/Makefile
@@ -46,7 +46,7 @@ hello: hello.c Makefile $(TESTDIR)/Rules.mak
hello_glibc: hello.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 $@