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