Author: ru
Date: Tue Feb 24 16:23:34 2009
New Revision: 188997
URL: http://svn.freebsd.org/changeset/base/188997

Log:
  With only one threading library, simplify the logic of setting SHLIBDIR.

Modified:
  head/lib/libthr/Makefile

Modified: head/lib/libthr/Makefile
==============================================================================
--- head/lib/libthr/Makefile    Tue Feb 24 16:17:29 2009        (r188996)
+++ head/lib/libthr/Makefile    Tue Feb 24 16:23:34 2009        (r188997)
@@ -8,13 +8,11 @@
 # (for system call stubs) to CFLAGS below.  -DSYSLIBC_SCCS affects just the
 # system call stubs.
 
+SHLIBDIR?= /lib
+
 .include <bsd.own.mk>
 MK_SSP=        no
 
-.if ${SHLIBDIR} == "/usr/lib"
-SHLIBDIR= /lib
-.endif
-
 LIB=thr
 SHLIB_MAJOR= 3
 WARNS?=        3
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to