The following commit has been merged in the master branch:
commit 8cedeb37fa29e3b8ae8c42b0874c662c9385dbe6
Author: Guillem Jover <[email protected]>
Date: Wed Aug 26 12:17:39 2009 +0200
Use double instead of single quotes to allow backticks to expand
Missed in commit 5e83d054b1a790d49bc88e3dd0e8fbb872d51d8f.
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 2fedee4..ec84740 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -177,7 +177,8 @@ objdump_lib_name = lib`basename $...@`.so
$(srcdir)/t/200_Dpkg_Shlibs/objdump.tags-amd64
$(srcdir)/t/200_Dpkg_Shlibs/objdump.tags-i386:
$(srcdir)/t/200_Dpkg_Shlibs/symboltags.c
$(CC) $(CFLAGS) -shared -fPIC -Wl,-soname -Wl,libsymboltags.so.1 $< \
$(if $(findstring amd64,$@),-DAMD64,) -o $(objdump_lib_name)
- objdump -w -f -p -T -R $(objdump_lib_name) | sed
's/$(objdump_lib_name)/libsymboltags.so.1/g' > $@
+ objdump -w -f -p -T -R $(objdump_lib_name) | \
+ sed "s/$(objdump_lib_name)/libsymboltags.so.1/g" > $@
rm -f $(objdump_lib_name)
update-objdumps .PHONY: $(srcdir)/t/200_Dpkg_Shlibs/objdump.tags-amd64
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]