Don't use CPP in Configurations/unix-Makefile.tmpl
[openssl.git] / Configurations / unix-Makefile.tmpl
index 40cf2c3df430d216ac71a4df2855a59262278e0d..1bfaa97af162f856bd349d5597735776df4f210b 100644 (file)
@@ -848,7 +848,7 @@ EOF
           $recipe .= <<"EOF";
 $obj$objext: $deps
        ( trap "rm -f \$@.*" INT 0; \\
-         \$(CPP) $incs \$(CFLAGS) $ecflags $srcs | \\
+         \$(CC) $incs \$(CFLAGS) $ecflags -E $srcs | \\
          \$(PERL) -ne '/^#(line)?\\s*[0-9]+/ or print' > \$@.s && \\
          \$(CC) \$(CFLAGS) $ecflags -c -o \$\@ \$@.s )
 EOF