From d6e6ee0202f8705a30b10b53eb259a2d62ece466 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 12 Jul 2001 20:40:53 +0000 Subject: Use uClibc's ldd, not the system one which is probably broken anyways. This ensures correct answers, and prevents all the annoying segfaults from the system ldd. -Erik --- test/termios/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/termios') 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 " " -- cgit v1.2.3