From f4f9cd75a1e4654bf50cac6dbb5496ba93bb1662 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 26 Jun 2009 16:30:44 -0700 Subject: Install spl-devel products in /usr/src/spl-SPL_VERSION/LINUX_VERSION/ Remove the spl symlink, it's just confusing --- include/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/Makefile.in') diff --git a/include/Makefile.in b/include/Makefile.in index 53650a52e..db1587d47 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -388,7 +388,8 @@ uninstall-am: uninstall-info-am install-data-local: - instdest=$(DESTDIR)/${prefix}/src/spl-$(SPL_META_VERSION); \ + destname=spl-$(SPL_META_VERSION)/$(LINUX_VERSION); \ + instdest=$(DESTDIR)/${prefix}/src/$$destname; \ instfiles=`find . -name '*.h'`; \ for instfile in $$instfiles; do \ $(INSTALL) -D $$instfile $$instdest/$$instfile; \ -- cgit v1.2.3