From f9158d441880222b1ba287947ebc863785bf557c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 3 Jul 2001 06:45:58 +0000 Subject: Scrub up the tests a bit, and force everybody to use the build dir, so nothing need be installed... -Erik --- test/args/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/args') diff --git a/test/args/Makefile b/test/args/Makefile index 539e6b0fb..509cddd96 100644 --- a/test/args/Makefile +++ b/test/args/Makefile @@ -5,13 +5,13 @@ include $(TESTDIR)/Rules.mak TARGETS=arg_test all: $(TARGETS) -arg_test: arg_test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) +arg_test: arg_test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " -@ echo " " - $(TESTCC) $(TEST_CFLAGS) -c $< -o $@.o - $(TESTCC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) + $(CC) $(CFLAGS) -c $< -o $@.o + $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) $(STRIPTOOL) -x -R .note -R .comment $@ -./$@ a b c d e f g h -@ echo " " -- cgit v1.2.3