summaryrefslogtreecommitdiff
path: root/test/silly
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/silly
parent2c84741c3a294ede344f1bd62db25369d2b42766 (diff)
Do not make tests depend on CC, since we no longer build a wrapper.
Diffstat (limited to 'test/silly')
-rw-r--r--test/silly/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/silly/Makefile b/test/silly/Makefile
index 2678bb225..f9d4a1d10 100644
--- a/test/silly/Makefile
+++ b/test/silly/Makefile
@@ -33,7 +33,7 @@ hello_source:
-@ cat hello.c
-@ echo " "
-hello: hello.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
+hello: hello.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
-@ echo "-------"
-@ echo " "
-@ echo "Compiling vs uClibc: "
@@ -60,7 +60,7 @@ hello_glibc: hello.c Makefile
-@ echo " "
-tiny: tiny.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
+tiny: tiny.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
-@ echo "-------"
-@ echo " "
-@ echo "Compiling vs uClibc: "