2003-06-10 Guido Guenther * 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_, pointing at SYS__ if # it exists, but also define SYS__ for all ABIs. $(objpfx)syscall-%.h $(objpfx)syscall-%.d: ../sysdeps/unix/sysv/linux/mips/sys/syscall.h + mkdir -p $(objpfx) { \ echo '/* Generated at libc build time from kernel syscall list. */';\ echo ''; \ @@ -48,4 +49,5 @@ ifneq (,$(objpfx)) mv -f $(@:.h=.d)-t2 $(@:.h=.d) else mv -f $(@:.h=.d)-t $(@:.h=.d) +endif endif