svn commit: r249634 - head/lib

Tim Kientzle kientzle at FreeBSD.org
Fri Apr 19 05:13:58 UTC 2013


Author: kientzle
Date: Fri Apr 19 05:13:57 2013
New Revision: 249634
URL: http://svnweb.freebsd.org/changeset/base/249634

Log:
  An even more refined version of r249484, until we can come up with
  a good fix for the -print-file-name=include breakage.
  
  As suggested by Andrey Chernov.

Modified:
  head/lib/Makefile

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile	Fri Apr 19 05:01:14 2013	(r249633)
+++ head/lib/Makefile	Fri Apr 19 05:13:57 2013	(r249634)
@@ -253,6 +253,6 @@ _libusb=	libusb
 .endif
 
 afterinstall:
-	ln -fs ../include ${DESTDIR}/usr/lib/
+	ln -hfs ../include ${DESTDIR}/usr/lib/include
 
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list