install,export: Fix export of a genex following $<INSTALL_PREFIX>
The relative path check added by commit 5838aba1 was added one condition too early. If the value starts in ${_IMPORT_PREFIX}
(which comes from $<INSTALL_PREFIX>
) then it is an absolute path.
Fixes: #19791 (closed)
Edited by Brad King