about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips/Makefile
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-06-15 14:41:02 +0000
committerAndreas Jaeger <aj@suse.de>2003-06-15 14:41:02 +0000
commit42a970101bbeea1bc58309154f278faaba0d1f47 (patch)
tree0bad25f054bf5be76674897ca758407256a31597 /sysdeps/unix/sysv/linux/mips/Makefile
parentf0a91bb4268826867438f4e2547188495f16db25 (diff)
downloadglibc-42a970101bbeea1bc58309154f278faaba0d1f47.tar.gz
glibc-42a970101bbeea1bc58309154f278faaba0d1f47.tar.xz
glibc-42a970101bbeea1bc58309154f278faaba0d1f47.zip
2003-06-15 Guido Guenther <agx@sigxcpu.org>
	* sysdeps/unix/sysv/linux/mips/Makefile: Add missing endif and
	create $(objpfx).
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/mips/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/Makefile b/sysdeps/unix/sysv/linux/mips/Makefile
index 424fb5ecd3..6703778391 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_<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
+	$(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