summaryrefslogtreecommitdiff
path: root/MakeTAGS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-05-08 16:17:40 +0000
committerUlrich Drepper <drepper@redhat.com>2005-05-08 16:17:40 +0000
commit6f8ac8ec0d54796bee1ff27d9ec58f0596615e1d (patch)
treed052fa249581d7421a10e418e78c412b240c3875 /MakeTAGS
parent322e489b53eafe53296d214ecc7ca6332362db7b (diff)
* MakeTAGS: Remove - parameter to xgettext.
Diffstat (limited to 'MakeTAGS')
-rw-r--r--MakeTAGS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MakeTAGS b/MakeTAGS
index d0a400878c..89be8669d2 100644
--- a/MakeTAGS
+++ b/MakeTAGS
@@ -146,7 +146,7 @@ endif
define extract
@rm -f $@.new
$(XGETTEXT) --keyword=_ --keyword=N_ --add-comments=TRANS --sort-by-file \
- --omit-header -E -n -d --flag=error:3:c-format - \
+ --omit-header -E -n -d --flag=error:3:c-format \
$(XGETTEXTFLAGS-$(@F)) > $@.new $(filter-out $(objpfx)distinfo,$^)
mv -f $@.new $@
endef