diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-01-02 23:07:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-01-02 23:07:57 +0000 |
commit | cdb388983e7538ac1fbeb4b3ec1810f7963deca3 (patch) | |
tree | e2e5071fa9a3df6bce6eec343b92e4639866dae0 /test/args | |
parent | 2c84741c3a294ede344f1bd62db25369d2b42766 (diff) |
Do not make tests depend on CC, since we no longer build a wrapper.
Diffstat (limited to 'test/args')
-rw-r--r-- | test/args/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/args/Makefile b/test/args/Makefile index cc4637bc0..dd5339a03 100644 --- a/test/args/Makefile +++ b/test/args/Makefile @@ -23,7 +23,7 @@ include $(TESTDIR)/Rules.mak TARGETS=arg_test all: $(TARGETS) -arg_test: arg_test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +arg_test: arg_test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " |