[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to have one command make several intermediate files?
From: |
Paul D. Smith |
Subject: |
Re: How to have one command make several intermediate files? |
Date: |
Wed, 8 Aug 2001 16:43:00 -0400 |
%% "Paul D. Smith" <address@hidden> writes:
pds> %.x %.y %.z : %.a
pds> echo $< > %*.x
pds> echo $< > %*.y
pds> echo $< > %*.z
Feh. Change "%*" to "$*" above, of course :(
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://www.paulandlesley.org/gmake/
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist