diff options
Diffstat (limited to 'test/termios/Makefile')
-rw-r--r-- | test/termios/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/termios/Makefile b/test/termios/Makefile index 4c7450be2..a65022826 100644 --- a/test/termios/Makefile +++ b/test/termios/Makefile @@ -38,7 +38,7 @@ termios: termios.c Makefile $(TESTDIR)/Rules.mak termios_glibc: termios.c Makefile -@ echo "-------" -@ echo " " - -@ echo "Compiling $@ vs GNU libc: " + -@ echo "Compiling $@ vs glibc: " -@ echo " " $(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o $(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@ |