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>
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to