Path: utzoo!censor!geac!jtsv16!uunet!samsung!usc!apple!motcsd!hpda!hpcupt1!vandys From: vandys@hpcupt1.HP.COM (Andrew Valencia(Seattle)) Newsgroups: comp.unix.microport Subject: Re: Default rules for make Message-ID: <-286389997@hpcupt1.HP.COM> Date: 10 Nov 89 17:06:52 GMT References: <1989Nov8.033800.5104@monymsys.uucp> Organization: Hewlett Packard, Cupertino Lines: 7 Another simple way is to have a makefile that just contains the line: CC= gcc Now make will read this, otherwise using its default environment. Andy