From: Andreas Jaeger Date: Sun, 15 Jun 2003 14:41:02 +0000 (+0000) Subject: 2003-06-15 Guido Guenther X-Git-Tag: glibc-2.16-ports-before-merge~1355 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e650efca313e5ce230f96b2c2c10f6fbc3204319;p=thirdparty%2Fglibc.git 2003-06-15 Guido Guenther * sysdeps/unix/sysv/linux/mips/Makefile: Add missing endif and create $(objpfx). --- diff --git a/sysdeps/unix/sysv/linux/mips/Makefile b/sysdeps/unix/sysv/linux/mips/Makefile index 424fb5ecd3a..67037783914 100644 --- a/sysdeps/unix/sysv/linux/mips/Makefile +++ b/sysdeps/unix/sysv/linux/mips/Makefile @@ -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 + $(make-target-directory) { \ echo '/* Generated at libc build time from kernel syscall list. */';\ echo ''; \ @@ -49,3 +50,4 @@ ifneq (,$(objpfx)) else mv -f $(@:.h=.d)-t $(@:.h=.d) endif +endif