diff options
author | kientzle <kientzle@FreeBSD.org> | 2013-04-19 05:13:57 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2013-04-19 05:13:57 +0000 |
commit | 707e0500491ca3cd82f7abc444471e102fae9a6f (patch) | |
tree | 6132f6b29b0aa810b8fd4ef2887c8c1f602a152a /lib/Makefile | |
parent | 8c11cb4c230317bfa6588c66f36c536376e41144 (diff) | |
download | FreeBSD-src-707e0500491ca3cd82f7abc444471e102fae9a6f.zip FreeBSD-src-707e0500491ca3cd82f7abc444471e102fae9a6f.tar.gz |
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.
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 6f35c6f..e8c6551 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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> |