summaryrefslogtreecommitdiff
path: root/libc/Makefile
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-08-09 14:33:15 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-08-09 14:33:15 +0000
commite3665fddce66693f98e3b6127986aac8caa55bf1 (patch)
tree06139cc7f58aa82433d0d803ca628a6da594565c /libc/Makefile
parente6ab798eb7a34667bce399a7ef4349adb5d3b085 (diff)
Merge changes between r8756 and r8789 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@8790 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/Makefile')
-rw-r--r--libc/Makefile7
1 files changed, 3 insertions, 4 deletions
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.