Changes: * fixed: pthread_kill() does not restore the critical level when given signal number is zero. * New API: POSIX readdir_r. * fixed: interruption by a signal whose handler is SIG_SIGWAIT_NP may cause infinite loop. * fixed: PTL's internal SIGSEGV handler gets strange arguments on a system that has POSIX-based signal facility.
12 lines
281 B
Text
12 lines
281 B
Text
$NetBSD: patch-aa,v 1.3 2002/12/12 07:07:05 msaitoh Exp $
|
|
--- Makefile.orig Tue Nov 26 21:19:42 2002
|
|
+++ Makefile Thu Dec 12 15:26:47 2002
|
|
@@ -7,7 +7,7 @@
|
|
#
|
|
|
|
# Install directory
|
|
-prefix = /usr/local
|
|
+prefix = ${PREFIX}
|
|
exec_prefix = $(prefix)
|
|
|
|
# Directory to install ptlgcc
|