Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!psuvax1!news From: flee@shire.cs.psu.edu (Felix Lee) Newsgroups: comp.unix.wizards Subject: Re: Make:defining macros with filenames that have '$' in them Message-ID: Date: 2 Mar 90 02:36:15 GMT References: <27177@cup.portal.com> <12219@smoke.BRL.MIL> <1990Feb23.174537.5490@smsc.sony.com> <2968@auspex.auspex.com> Sender: news@cs.psu.edu (Usenet) Organization: Penn State University Computer Science Lines: 14 The following oddity works in SunOS 4.x (and presumably, System V): % cat whonk.\$ This is a silly file name. % cat makefile whonk: whonk.$$$$ cat whonk.$$ % make cat whonk.$ This is a silly file name. % Looks like the dependencies list gets evaluated twice. -- Felix Lee flee@shire.cs.psu.edu *!psuvax1!flee