diff options
author | Sedat Dilek <sedat.dilek@gmail.com> | 2012-05-17 15:18:30 +0200 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-21 22:22:29 -0400 |
commit | b7792601c9a8ed7c78551861c2f3305edda5dd66 (patch) | |
tree | 1ff206aa8e854b09a5483b7c738cb6ba081a327b /Makerules | |
parent | e1e7aca536c969f84a2c9fc47f57aa636c763313 (diff) |
Makerules: Remove duplicated slashes in interp.c
Peter Mazinger says in [1]:
"I can revert it to the old behaviour in master (the change s://:/: should stay though)."
[1] http://lists.uclibc.org/pipermail/uclibc/2011-March/045049.html
Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -379,6 +379,7 @@ $(top_builddir)lib/interp.c: | $(top_builddir)lib $(Q)echo "#include <features.h>" >> $@.tmp $(Q)echo "const char __dl_ldso__[] attribute_hidden __attribute__ ((weak)) __attribute__ ((section " \ "(\".interp\"))) =\""$(RUNTIME_PREFIX)$(MULTILIB_DIR)/$(UCLIBC_LDSO)"\";" >> $@.tmp + $(Q)$(SED) -i -e 's://:/:g' $@.tmp $(Q)mv $@.tmp $@ $(interp): $(top_builddir)lib/interp.c | $(sub_headers) |