summaryrefslogtreecommitdiff
path: root/test/assert/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/assert/Makefile')
-rw-r--r--test/assert/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/assert/Makefile b/test/assert/Makefile
index 1a89272bf..807a01a7b 100644
--- a/test/assert/Makefile
+++ b/test/assert/Makefile
@@ -26,7 +26,7 @@ all: $(TARGETS)
assert: assert.c Makefile $(TOPDIR)libc.a
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling vs uCLibc: "
+ -@ echo "Compiling vs uClibc: "
-@ echo " "
$(CC) $(XCFLAGS) -c $< -o $@.o
$(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS)