From 066d0837ffd09cca2eabbe7208497df11c577276 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Fri, 12 Aug 2005 23:10:22 +0000 Subject: Remove hardcoded ld-uClibc.so.0 name in ldso. --- ldso/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ldso/Makefile') diff --git a/ldso/Makefile b/ldso/Makefile index b7ce3625a..dd7ff2052 100644 --- a/ldso/Makefile +++ b/ldso/Makefile @@ -44,10 +44,8 @@ $(LN_HEADERS): $(LN_ARCH_HEADERS): $(LN) -fs ../ldso/$(TARGET_ARCH)/$(patsubst include/%,%,$@) $@ include/dl-progname.h: - echo 'const char *_dl_progname="$(UCLIBC_LDSO)";' \ - > include/dl-progname.h echo '#include "$(TARGET_ARCH)/elfinterp.c"' \ - >> include/dl-progname.h + > include/dl-progname.h clean: set -e ; for d in $(DIRS) ; do $(MAKE) -C $$d $@ ; done -- cgit v1.2.3