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/silly/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/silly') diff --git a/test/silly/Makefile b/test/silly/Makefile index e94d67515..fb343ff1a 100644 --- a/test/silly/Makefile +++ b/test/silly/Makefile @@ -23,7 +23,7 @@ hello: hello.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 " " @@ -36,7 +36,7 @@ hello_glibc: hello.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