about summary refs log tree commit diff
path: root/MakeTAGS
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-04 06:48:18 +0000
committerRoland McGrath <roland@gnu.org>1996-06-04 06:48:18 +0000
commitfa00327fbf80bd0928c0c4babc6680ff1c9f3584 (patch)
tree1d8ce640f7a153abbe2b19e7634a3b7a3e64aca9 /MakeTAGS
parentbf18dbd7faa07a9dd800a8e842dd8eedc71ed5d9 (diff)
downloadglibc-fa00327fbf80bd0928c0c4babc6680ff1c9f3584.tar.gz
glibc-fa00327fbf80bd0928c0c4babc6680ff1c9f3584.tar.xz
glibc-fa00327fbf80bd0928c0c4babc6680ff1c9f3584.zip
* sysdeps/libm-i387/s_finite.S: Use %eax instead of %al in setnel insn.
	* intl/l10nflist.c: Fix conditional on #include <argz.h>.

	* libio/stdio.h (FOPEN_MAX, FILENAME_MAX, TMP_MAX, L_tmpnam): Macros
	removed.  Instead, include <stdio_lim.h>.

	* libio/_G_config.h: New file.
	* libio/Makefile (headers): Add _G_config.h.

	* MakeTAGS (po/errlist.pot): Extract from sysdeps/gnu/errlist.c.
Diffstat (limited to 'MakeTAGS')
-rw-r--r--MakeTAGS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MakeTAGS b/MakeTAGS
index 7e95c266e1..e346ac7a1a 100644
--- a/MakeTAGS
+++ b/MakeTAGS
@@ -145,7 +145,7 @@ else
 endif
 
 $P/siglist.pot: $(common-objpfx)siglist.c; $(extract)
-$P/errlist.pot: $(..)sysdeps/mach/hurd/errlist.c; $(extract)
+$P/errlist.pot: $(..)sysdeps/gnu/errlist.c; $(extract)
 
 # Extract all strings from these files; their strings are not marked.
 # Their surroundings are also not interesting.