summaryrefslogtreecommitdiff
path: root/libc/Makefile
diff options
context:
space:
mode:
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.