diff options
Diffstat (limited to 'test/assert/Makefile')
-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 b0fb40038..e6ceb1b0e 100644 --- a/test/assert/Makefile +++ b/test/assert/Makefile @@ -24,7 +24,7 @@ all: $(TARGETS) assert: assert.c Makefile $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " - -@ echo "Compiling vs uClibc: " + -@ echo "Compiling $@ vs uClibc: " -@ echo " " $(CC) $(CFLAGS) -c $< -o $@.o $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) |