From cdb388983e7538ac1fbeb4b3ec1810f7963deca3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 2 Jan 2004 23:07:57 +0000 Subject: Do not make tests depend on CC, since we no longer build a wrapper. --- test/stat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/stat/Makefile') diff --git a/test/stat/Makefile b/test/stat/Makefile index 39e5b2d4f..0b6b3c665 100644 --- a/test/stat/Makefile +++ b/test/stat/Makefile @@ -34,7 +34,7 @@ stat_source: -@ cat stat.c -@ echo " " -stat: stat.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +stat: stat.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -64,7 +64,7 @@ stat_diff: stat stat_glibc -diff -u stat_glibc.out stat.out -@ echo " " -stat64: stat.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +stat64: stat.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " -- cgit v1.2.3