mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-01 13:17:19 +08:00
2003-06-15 Guido Guenther <agx@sigxcpu.org>
* sysdeps/unix/sysv/linux/mips/Makefile: Add missing endif and create $(objpfx).
This commit is contained in:
parent
f0a91bb426
commit
42a970101b
@ -15,6 +15,7 @@ no_syscall_list_h = 1
|
|||||||
# We generate not only SYS_<syscall>, pointing at SYS_<abi>_<syscall> if
|
# We generate not only SYS_<syscall>, pointing at SYS_<abi>_<syscall> if
|
||||||
# it exists, but also define SYS_<abi>_<syscall> for all ABIs.
|
# 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
|
$(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 '/* Generated at libc build time from kernel syscall list. */';\
|
||||||
echo ''; \
|
echo ''; \
|
||||||
@ -49,3 +50,4 @@ ifneq (,$(objpfx))
|
|||||||
else
|
else
|
||||||
mv -f $(@:.h=.d)-t $(@:.h=.d)
|
mv -f $(@:.h=.d)-t $(@:.h=.d)
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user