Path: utzoo!utgpu!watmath!iuvax!cica!tut.cis.ohio-state.edu!SAUNA.HUT.FI!jkp From: jkp@SAUNA.HUT.FI (Jyrki Kuoppala) Newsgroups: gnu.emacs.bug Subject: CPP in emacs 18.55 src/Makefile Message-ID: <8908231339.AA05270@cs.hut.fi> Date: 23 Aug 89 13:39:05 GMT Distribution: gnu Organization: Helsinki University of Technology, Finland. Lines: 9 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