diff options
Diffstat (limited to 'test/assert')
-rw-r--r-- | test/assert/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/assert/Makefile b/test/assert/Makefile index 96999bccd..d9d78be7c 100644 --- a/test/assert/Makefile +++ b/test/assert/Makefile @@ -10,7 +10,7 @@ assert: assert.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 $@ -./$@ |