summaryrefslogtreecommitdiff
path: root/test/stat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/stat/Makefile')
-rw-r--r--test/stat/Makefile4
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 $@