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