about summary refs log tree commit diff
path: root/Makeconfig
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-01-09 21:55:11 +0000
committerJakub Jelinek <jakub@redhat.com>2006-01-09 21:55:11 +0000
commit06f313e361a523605ba6d4c9cdc67a7353cd367c (patch)
tree007c600599bb65c7a685423c611977f6e4eb26e6 /Makeconfig
parentbd09caaa27e6c4613afc4a91a70f09babca1aef2 (diff)
downloadglibc-06f313e361a523605ba6d4c9cdc67a7353cd367c.tar.gz
glibc-06f313e361a523605ba6d4c9cdc67a7353cd367c.tar.xz
glibc-06f313e361a523605ba6d4c9cdc67a7353cd367c.zip
Updated to fedora-glibc-20060109T2152 cvs/fedora-glibc-2_3_90-30
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig
index 20b79b1ae2..64ab926666 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -572,6 +572,11 @@ endif
 # The program that makes Emacs-style TAGS files.
 ETAGS	:= etags
 
+# The `xgettext' program for producing .pot files from sources.
+ifndef XGETTEXT
+XGETTEXT = xgettext
+endif
+
 # The `m4' macro processor; this is used by sysdeps/sparc/Makefile (and
 # perhaps others) to preprocess assembly code in some cases.
 M4 = m4
@@ -934,6 +939,7 @@ $(common-objpfx)sysd-sorted: $(..)scripts/gen-sorted.awk $(all-Depend-files) \
 	  echo sysd-sorted-done = t;					  \
 	} > $@-tmp
 	mv -f $@-tmp $@
+$(all-Depend-files): ;
 endif
 
 # Let sysdeps/ subdirs contain a Makeconfig fragment for us to include here.