summaryrefslogtreecommitdiff
path: root/test/args
diff options
context:
space:
mode:
Diffstat (limited to 'test/args')
-rw-r--r--test/args/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/args/Makefile b/test/args/Makefile
index 60c69685b..a9eef3a84 100644
--- a/test/args/Makefile
+++ b/test/args/Makefile
@@ -21,7 +21,7 @@ include ../Rules.mak
TARGETS=arg_test
all: $(TARGETS)
-arg_test: arg_test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
+arg_test: arg_test.c Makefile $(TESTDIR)/Rules.mak
-@ echo "-------"
-@ echo " "
-@ echo "Compiling vs uClibc: "
@@ -29,7 +29,7 @@ arg_test: arg_test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
$(CC) $(CFLAGS) -c $< -o $@.o
$(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
$(STRIPTOOL) -x -R .note -R .comment $@
- -./$@ a b c d e f g h
+ ./$@ a b c d e f g h
-@ echo " "
clean: