summaryrefslogtreecommitdiff
path: root/ldso/Makefile
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-08-12 23:10:22 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-08-12 23:10:22 +0000
commit066d0837ffd09cca2eabbe7208497df11c577276 (patch)
tree06fc6c909aeac70a65450caaf0c8ac1b77276024 /ldso/Makefile
parent3417dd5c9165f05d944bb1e877471c91041ea866 (diff)
Remove hardcoded ld-uClibc.so.0 name in ldso.
Diffstat (limited to 'ldso/Makefile')
-rw-r--r--ldso/Makefile4
1 files changed, 1 insertions, 3 deletions
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