Fix the directory target generation
authorRichard Levitte <levitte@openssl.org>
Sun, 5 Jun 2016 20:12:04 +0000 (22:12 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 6 Jun 2016 13:14:36 +0000 (15:14 +0200)
commitec772a817afc0f788c38006f623204a7d76221ec
tree51a43e37c87fa8ce79d8ca9b37b4175260e9f8fd
parent5584f65a1027b06fe0cfc4be28d1a232cf180e42
Fix the directory target generation

The directories for the final products were never registered, it was
plain luck that intermediary files were in the same place and
registered the directory anyway.

Also, scripts are generated directly from source (binaries go through
intermadiary object files), so we need to explicitely make sure to
avoid registering the source directory unless it's an in source
build.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/common.tmpl