From 8719e0fd50a2539f0c74083eab994308d9535028 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 18 Sep 2000 00:43:17 +0000 Subject: Update. 2000-09-17 H.J. Lu * catgets/Makefile ($(objpfx)de/libc.cat): Use $(make-target-directory) instead of mkdir. 2000-09-17 Franz Sirl * sysdeps/unix/sysv/linux/kernel-features.h: Always define __ASSUME_32BITUIDS for __powerpc__. * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: New file. * sysdeps/unix/sysv/linux/powerpc/Dist: Add ipc_priv.h. * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Fix last * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Likewise. --- catgets/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catgets/Makefile') diff --git a/catgets/Makefile b/catgets/Makefile index 5c72ecd..bc6575c 100644 --- a/catgets/Makefile +++ b/catgets/Makefile @@ -55,7 +55,7 @@ tests: $(objpfx)de/libc.cat $(objpfx)test1.cat $(objpfx)test1.cat: test1.msg $(objpfx)gencat $(built-program-cmd) -H $(objpfx)test1.h $@ $< $(objpfx)de/libc.cat: $(objpfx)de.msg $(objpfx)gencat - -mkdir $(objpfx)de + $(make-target-directory) $(built-program-cmd) $@ $< $(objpfx)tst-catgets.out: $(objpfx)de/libc.cat -- cgit v1.1