From e3665fddce66693f98e3b6127986aac8caa55bf1 Mon Sep 17 00:00:00 2001 From: joseph Date: Sun, 9 Aug 2009 14:33:15 +0000 Subject: Merge changes between r8756 and r8789 from /fsf/trunk. git-svn-id: svn://svn.eglibc.org/trunk@8790 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- libc/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libc/Makefile') diff --git a/libc/Makefile b/libc/Makefile index 7564cc4f5..b8ab4215b 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -361,10 +361,9 @@ endif .PHONY: TAGS TAGS: - scripts/list-sources.sh \ - | sed -n -e '/Makefile/p;' \ - -e '$(foreach S,[chsSyl] cxx sh bash pl,\ - $(subst .,\.,/.$S\(.in\)*$$/p;))' \ + scripts/list-sources.sh | sed -n -e '/Makefile/p' \ + $(foreach S,[chsSyl] cxx sh bash pl,\ + $(subst .,\.,-e '/.$S\(.in\)*$$/p')) \ | $(ETAGS) -o $@ - # Make the distribution tarfile. -- cgit v1.2.3