diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-25 02:19:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-25 02:19:39 +0000 |
commit | 03a75825763563a80bb35d89688d8b0d451e11f2 (patch) | |
tree | 086c5a961b1cfbcd381342f66f5306fcbfd2bbe9 /sunrpc/Makefile | |
parent | e97ec51d01087c2f8468a1bf83cfdb26b7040c30 (diff) | |
download | glibc-03a75825763563a80bb35d89688d8b0d451e11f2.tar.gz glibc-03a75825763563a80bb35d89688d8b0d451e11f2.tar.xz glibc-03a75825763563a80bb35d89688d8b0d451e11f2.zip |
* sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
New macro. (PSEUDO): Use it instead of SYSCALL_PIC_SETUP and jmp syscall_error. * sysdeps/unix/sysv/linux/i386/sysdep.S (__syscall_error): Define only #ifndef PIC. * Makeconfig (built-program-cmd): New variable. * sunrpc/Makefile (rpcgen-cmd): Use $(built-program-cmd). * time/Makefile (zic-cmd): Likewise. * hurd/Makefile (user-interfaces): Add hurd/exec_startup.
Diffstat (limited to 'sunrpc/Makefile')
-rw-r--r-- | sunrpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile index 073c19e10a..27c85cfe4c 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -87,7 +87,7 @@ include ../Rules $(objpfx)rpcgen: $(addprefix $(objpfx),$(rpcgen-objs)) $(common-objpfx)libc.a $(+link) -rpcgen-cmd = $(dir $(word 2,$^))$(notdir $(word 2,$^)) +rpcgen-cmd = $(built-program-cmd) # The proper file name is longer than 14 chars, so we install it under # a shorter name. But if the filesystem can handle it, we want to |