Path: utzoo!utgpu!water!watmath!watdragon!jmsellens From: jmsellens@watdragon.waterloo.edu (John M. Sellens) Newsgroups: comp.unix.questions Subject: Re: fpcc's name is not cc!! Message-ID: <5181@watdragon.waterloo.edu> Date: 17 Feb 88 03:20:14 GMT References: <214@mccc.UUCP> <3616@mtgzz.UUCP> Reply-To: jmsellens@watdragon.waterloo.edu (John M. Sellens) Organization: U. of Waterloo, Ontario Lines: 7 >In article <214@mccc.UUCP>, pjh@mccc.UUCP (Peter J. Holsberg) writes: > [C compiler is called fpcc, wants to avoid modifying all sorts of Makefiles] With many Makefiles, you could just invoke make and define CC on the command line as in make CC=fpcc ... other args ... which of course you could build into an alias, or a shell script, or ...