From eb012e1c4c7dbbe2bf7fe03d64d02e94abd750be Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Fri, 19 Apr 2013 05:13:57 +0000 Subject: [PATCH] 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. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 6f35c6ff5b6e..e8c65516da37 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