Configurations/unix-Makefile.tmpl: don't count on -E -P.
authorAndy Polyakov <appro@openssl.org>
Mon, 2 May 2016 21:38:11 +0000 (23:38 +0200)
committerAndy Polyakov <appro@openssl.org>
Tue, 3 May 2016 18:57:00 +0000 (20:57 +0200)
commit39199fb3b052bd19a5c2a65c51721222e6d856b5
treef1d9c4920d6fb1267cdc03108aa2349dfac0aa42
parentb4de72bf641ca195588cc7f758edda171709fdfe
Configurations/unix-Makefile.tmpl: don't count on -E -P.

Some non-Gnu compilers interpret -E -P combination differently.
some prioritize -E over -P, others -P over -E (in which case .i
file is generated and sometimes truncated because of redirection).

Reviewed-by: Richard Levitte <levitte@openssl.org>
Configurations/unix-Makefile.tmpl