summaryrefslogtreecommitdiff
path: root/test/setjmp
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-02 23:07:57 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-02 23:07:57 +0000
commitcdb388983e7538ac1fbeb4b3ec1810f7963deca3 (patch)
treee2e5071fa9a3df6bce6eec343b92e4639866dae0 /test/setjmp
parent2c84741c3a294ede344f1bd62db25369d2b42766 (diff)
Do not make tests depend on CC, since we no longer build a wrapper.
Diffstat (limited to 'test/setjmp')
-rw-r--r--test/setjmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/setjmp/Makefile b/test/setjmp/Makefile
index 569a5f332..83e9a885d 100644
--- a/test/setjmp/Makefile
+++ b/test/setjmp/Makefile
@@ -23,7 +23,7 @@ include $(TESTDIR)/Rules.mak
TARGETS=setjmp_test
all: $(TARGETS)
-setjmp_test: setjmp_test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
+setjmp_test: setjmp_test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
-@ echo "-------"
-@ echo " "
-@ echo "Compiling vs uClibc: "