summaryrefslogtreecommitdiff
path: root/test/unistd
diff options
context:
space:
mode:
Diffstat (limited to 'test/unistd')
-rw-r--r--test/unistd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unistd/Makefile b/test/unistd/Makefile
index aff74b4ab..7f4014074 100644
--- a/test/unistd/Makefile
+++ b/test/unistd/Makefile
@@ -11,7 +11,7 @@ fork: fork.c ../testsuite.h Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TE
-@ 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 $@
./$@