From b7792601c9a8ed7c78551861c2f3305edda5dd66 Mon Sep 17 00:00:00 2001 From: Sedat Dilek Date: Thu, 17 May 2012 15:18:30 +0200 Subject: 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 Signed-off-by: Mike Frysinger --- Makerules | 1 + 1 file changed, 1 insertion(+) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 44a4e39cd..739fb3bea 100644 --- a/Makerules +++ b/Makerules @@ -379,6 +379,7 @@ $(top_builddir)lib/interp.c: | $(top_builddir)lib $(Q)echo "#include " >> $@.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) -- cgit v1.2.3