[gnu.emacs.bug] CPP in emacs 18.55 src/Makefile

jkp@SAUNA.HUT.FI (Jyrki Kuoppala) (08/23/89)

CPP is defined in emacs 18.55 src/Makefile as `cc -E'.  Wouldn't $(CC)
-E be a better default alternative ?  This way, if you don't trust
your system's cc, you could just put CC = somethingelse in the
top-level makefile and compile as usual.

Also, oldXMenu/Makefile defines CC.  This probably shouldn't be done,
as the top-level makefile's $(CC) gets overridden.

//Jyrki