summaryrefslogtreecommitdiff
path: root/test/termios
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-01 00:23:19 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-01 00:23:19 +0000
commit2f1c4fcdbb83534d7facb7d28150b8d87a16c8ab (patch)
treea20b9e8e417e7085f5077896d8ac937f00db0270 /test/termios
parentf5dd713e07801c1acaab57cfc228286a07fad97e (diff)
GNU libc -> glibc
Diffstat (limited to 'test/termios')
-rw-r--r--test/termios/Makefile2
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 $@