summaryrefslogtreecommitdiff
path: root/test/termios/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/termios/Makefile')
-rw-r--r--test/termios/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/termios/Makefile b/test/termios/Makefile
index 930cbdca3..bbd99e476 100644
--- a/test/termios/Makefile
+++ b/test/termios/Makefile
@@ -15,7 +15,7 @@ termios: termios.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
$(CC) $(CFLAGS) -c $< -o $@.o
$(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
$(STRIPTOOL) -x -R .note -R .comment $@
- -ldd $@
+ -$(LDD) $@
ls -l $@
-./$@
-@ echo " "
@@ -28,7 +28,7 @@ termios_glibc: termios.c Makefile
$(HOST_CC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOST_CC) $(GLIBC_LDFLAGS) $@.o -o $@
$(STRIPTOOL) -x -R .note -R .comment $@
- -ldd $@
+ -$(LDD) $@
ls -l $@
-./$@
-@ echo " "