From c1ae0ad8262ce40178a54a393bcf466b57ad5819 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 15 Jun 2001 19:06:07 +0000 Subject: Make all the uClibc tests use the --uclibc-use-build-dir flag --- test/stat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/stat') diff --git a/test/stat/Makefile b/test/stat/Makefile index 4a1cf405f..7d09dbcb8 100644 --- a/test/stat/Makefile +++ b/test/stat/Makefile @@ -20,7 +20,7 @@ stat: stat.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) -@ echo " " -@ echo "Compiling vs uClibc: " -@ echo " " - $(TESTCC) $(CFLAGS) -c $< -o $@.o + $(TESTCC) $(TEST_CFLAGS) -c $< -o $@.o $(TESTCC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) $(STRIPTOOL) -x -R .note -R .comment $@ -ldd $@ -- cgit v1.2.3