From 40c106e3aeef2aed7e404626b8d4f7358aec040f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 29 May 2002 15:14:06 +0000 Subject: Silly me. ldd.target is for the target system, so don't use-build-dir when compiling... -Erik --- ldso/util/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso') diff --git a/ldso/util/Makefile b/ldso/util/Makefile index 2220b5f3e..9dfc45a6f 100644 --- a/ldso/util/Makefile +++ b/ldso/util/Makefile @@ -65,7 +65,7 @@ ldd: ldd.c strip -x -R .note -R .comment $@ ldd.target: ldd.c - $(TARGET_CC) $(CFLAGS) --uclibc-use-build-dir -Wl,-s -DUCLIBC_TARGET_PREFIX=\"$(TARGET_PREFIX)\" \ + $(TARGET_CC) $(CFLAGS) -Wl,-s -DUCLIBC_TARGET_PREFIX=\"$(TARGET_PREFIX)\" \ -DUCLIBC_DEVEL_PREFIX=\"$(DEVEL_PREFIX)\" \ -DUCLIBC_BUILD_DIR=\"$(shell cd $(TOPDIR) && pwd)\" \ -DUCLIBC_LDSO=\"$(UCLIBC_LDSO)\" \ -- cgit v1.2.3