mips build fix

Andreas Jaeger aj@suse.de
Sun Jun 15 14:40:00 GMT 2003


Guido Guenther <agx@sigxcpu.org> writes:

> Hi,
> attached is a small fix to get o32 to build again.
>  -- Guido
>
> 2003-06-10  Guido Guenther  <agx@sigxcpu.org>
>
> 	* sysdeps/unix/sysv/linux/mips/Makefile: Add missing endif
> 	and create $(objpfx)
>
> ===================================================================
> RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/mips/Makefile,v
> retrieving revision 1.9
> diff -u -p -r1.9 Makefile
> --- sysdeps/unix/sysv/linux/mips/Makefile	28 May 2003 21:05:12 -0000	1.9
> +++ sysdeps/unix/sysv/linux/mips/Makefile	10 Jun 2003 07:19:12 -0000
> @@ -15,6 +15,7 @@ no_syscall_list_h = 1
>  # We generate not only SYS_<syscall>, pointing at SYS_<abi>_<syscall> if
>  # it exists, but also define SYS_<abi>_<syscall> for all ABIs.
>  $(objpfx)syscall-%.h $(objpfx)syscall-%.d: ../sysdeps/unix/sysv/linux/mips/sys/syscall.h
> +	mkdir -p $(objpfx)

this should be:
	$(make-target-directory)

I've committed the change with this fix,
Andreas
-- 
 Andreas Jaeger, SuSE Linux AG, aj@suse.de, http://www.suse.de/~aj
  GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20030615/8d9791d2/attachment.sig>


More information about the Libc-alpha mailing list