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/math/Makefile | |
parent | 2c84741c3a294ede344f1bd62db25369d2b42766 (diff) |
Do not make tests depend on CC, since we no longer build a wrapper.
Diffstat (limited to 'test/math/Makefile')
-rw-r--r-- | test/math/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/math/Makefile b/test/math/Makefile index 2133904c9..6eb554ccb 100644 --- a/test/math/Makefile +++ b/test/math/Makefile @@ -57,7 +57,7 @@ test-ildouble: test-ildoubl.o $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) -./$@ -rint: rint.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +rint: rint.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -68,7 +68,7 @@ rint: rint.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) -./$@ > $@.out 2>&1 -@ echo " " -rint_glibc: rint.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +rint_glibc: rint.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs glibc: " |