2002-11-23 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Sat, 23 Nov 2002 21:34:16 +0000 (21:34 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 23 Nov 2002 21:34:16 +0000 (21:34 +0000)
* elf/Makefile ($(objpfx)librtld.mk): Tighten up regexp.
Reported by Luca Barbieri <ldb@ldb.ods.org>.

elf/Makefile

index be83287..5ed13c4 100644 (file)
@@ -200,7 +200,7 @@ $(objpfx)librtld.map: $(objpfx)dl-allobjs.os $(common-objpfx)libc_pic.a
        mv -f $@T $@
 
 $(objpfx)librtld.mk: $(objpfx)librtld.map Makefile
-       sed -n 's@^$(common-objpfx)\([^(]*\)(\(.*.os\))$$@\1 \2@p' $< | \
+       sed -n 's@^$(common-objpfx)\([^(]*\)(\([^)]*\.os\))$$@\1 \2@p' $< | \
        while read lib file; do \
          case $$lib in \
          libc_pic.a) \