From 2f1c4fcdbb83534d7facb7d28150b8d87a16c8ab Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 1 Jul 2005 00:23:19 +0000 Subject: GNU libc -> glibc --- test/stat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/stat') diff --git a/test/stat/Makefile b/test/stat/Makefile index 1271ef2c1..558b67510 100644 --- a/test/stat/Makefile +++ b/test/stat/Makefile @@ -47,7 +47,7 @@ stat: stat.c Makefile $(TESTDIR)/Rules.mak stat_glibc: stat.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 $@ @@ -77,7 +77,7 @@ stat64: stat.c Makefile $(TESTDIR)/Rules.mak stat64_glibc: stat.c Makefile -@ echo "-------" -@ echo " " - -@ echo "Compiling $@ vs GNU libc: " + -@ echo "Compiling $@ vs glibc: " -@ echo " " $(HOSTCC) $(GLIBC_CFLAGS) $(CFLAGS64) -c $< -o $@.o $(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@ -- cgit v1.2.3