Added DESTDIR compatibility for netcdf builds that generate a dll via autotools.

This commit is contained in:
Ward Fisher 2014-10-29 16:09:37 -06:00
parent 481b9ac8ee
commit 69d487e57a

View File

@ -141,7 +141,7 @@ check_nc_config:
install-data-hook:
if BUILD_DLL
cp liblib/netcdfdll.def ${prefix}/lib
cp liblib/netcdfdll.def $(DESTDIR)${prefix}/lib
endif # BUILD_DLL
@echo ''
@echo '+-------------------------------------------------------------+'