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.
This commit is contained in:
Tim Kientzle 2013-04-19 05:13:57 +00:00
parent 463f397c4e
commit eb012e1c4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249634

View File

@ -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>