The command source are files, not directories
authorRichard Levitte <levitte@openssl.org>
Sat, 19 Mar 2016 10:24:00 +0000 (11:24 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 19 Mar 2016 10:24:00 +0000 (11:24 +0100)
commit41850f6bdc2f2ba3054e52064cc8f6ffb8ec36ae
tree523ebbcfdf48cf735721a23ddcbdcf416fb07bcf
parent5287761bfc34d32572b1acfd6e64fd8c0fb2f799
The command source are files, not directories

Therefore, they should be concatenated with the source directory using
catfile(), not catdir()

Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/build.info