diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 00:23:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 00:23:19 +0000 |
commit | 2f1c4fcdbb83534d7facb7d28150b8d87a16c8ab (patch) | |
tree | a20b9e8e417e7085f5077896d8ac937f00db0270 /test/stat | |
parent | f5dd713e07801c1acaab57cfc228286a07fad97e (diff) |
GNU libc -> glibc
Diffstat (limited to 'test/stat')
-rw-r--r-- | test/stat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 $@ |