From ac72fbb190675473855c33d79ccd75b0de68c0d1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 31 Aug 1998 11:11:15 +0000 Subject: Update. 1998-08-31 Ulrich Drepper * io/sys/stat.h (ALLPERMS): Fix type (S_ISTXT -> S_ISVTX). Reported by Rob.Hagopian@vu.union.edu [PR libc/763]. * nscd/nscd.init: Make it work in RedHat systems. Patch by Christian Gafton. 1998-08-29 Philip Blundell * catgets/Makefile: Don't try to run test programs when cross-compiling. 1998-08-31 Ulrich Drepper * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX. Reported by Zack Weinberg. 1998-08-30 Andreas Schwab * sysdeps/unix/sysv/linux/Dist: Add umount.S and umount2.S. * elf/Makefile (distribute): Remove ldd.sh.in. 1998-08-31 11:46 Andreas Schwab * sysdeps/unix/sysv/linux/dl-origin.h (get_origin): Remove unused variable. --- catgets/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'catgets') diff --git a/catgets/Makefile b/catgets/Makefile index d6646f3..f3f51eb 100644 --- a/catgets/Makefile +++ b/catgets/Makefile @@ -43,6 +43,7 @@ CPPFLAGS := -DNLSPATH='"$(localedir)/%L/%N:$(localedir)/%L/LC_MESSAGES/%N:$(loca generated = de.msg de.cat +ifneq ($(cross-compiling),yes) tests: $(objpfx)de.cat # This test just checks whether the program produces any error or not. # The result is not tested. @@ -52,3 +53,4 @@ $(objpfx)de.cat: $(objpfx)de.msg $(objpfx)gencat # Generate a non-simple input file. $(objpfx)de.msg: $(..)po/de.po sed -f xopen-msg.sed $< > $@ +endif -- cgit v1.1