diff options
Diffstat (limited to 'include/Makefile.in')
-rw-r--r-- | include/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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; \ |