diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-18 00:43:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-18 00:43:17 +0000 |
commit | 8719e0fd50a2539f0c74083eab994308d9535028 (patch) | |
tree | 9782a98ba827c4e247e7e6d0ace4a645f5971d86 /catgets | |
parent | 7530e8f82862639ed3f391ea8cc8f2a34cdce326 (diff) | |
download | glibc-8719e0fd50a2539f0c74083eab994308d9535028.zip glibc-8719e0fd50a2539f0c74083eab994308d9535028.tar.gz glibc-8719e0fd50a2539f0c74083eab994308d9535028.tar.bz2 |
Update.
2000-09-17 H.J. Lu <hjl@gnu.org>
* catgets/Makefile ($(objpfx)de/libc.cat): Use
$(make-target-directory) instead of mkdir.
2000-09-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* 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.
Diffstat (limited to 'catgets')
-rw-r--r-- | catgets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |