help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multiple targets with one command


From: Martin Schröder
Subject: Re: Multiple targets with one command
Date: Fri, 21 Nov 2003 10:41:58 +0100
User-agent: Mutt/1.4.1i

On 2003-11-20 12:12:16 -0500, Noel Yap wrote:
> file1: source.dtx source.ins
> 
> file2 file3: file1

This can be simplified as

target2 target3 : target1
target1: source1 ; touch target1 target2 target3

Unfortunately this looses the dependency for target2: If it's
absent it's not remade automatically. :-(

Best regards
        Martin
-- 
               Martin Schröder, address@hidden
     ArtCom GmbH, Lise-Meitner-Str 5, 28359 Bremen, Germany
          Voice +49 421 20419-44 / Fax +49 421 20419-10
                    http://www.artcom-gmbh.de




reply via email to

[Prev in Thread] Current Thread [Next in Thread]