summaryrefslogtreecommitdiff
path: root/test/args
diff options
context:
space:
mode:
Diffstat (limited to 'test/args')
-rw-r--r--test/args/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/args/Makefile b/test/args/Makefile
index a9eef3a84..a4bcfc588 100644
--- a/test/args/Makefile
+++ b/test/args/Makefile
@@ -24,7 +24,7 @@ all: $(TARGETS)
arg_test: arg_test.c Makefile $(TESTDIR)/Rules.mak
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling vs uClibc: "
+ -@ echo "Compiling $@ vs uClibc: "
-@ echo " "
$(CC) $(CFLAGS) -c $< -o $@.o
$(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS)