help-make
[Top][All Lists]
Advanced

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

Re: repost - target with a colon in the name


From: Paul D. Smith
Subject: Re: repost - target with a colon in the name
Date: Wed, 23 Jun 2004 00:04:44 -0400

%% "Asperheim, Eric" <address@hidden> writes:

  ae> Is there anyway to have a gmake target with a colon in the name? For
  ae> example:

  ae> a.mdb:1 : a.vhdl

  ae>         @ echo $@

  ae> I've tried this and gmake doesn't appear to like it. 

a.mdb\:1 : a.vhdl
        @echo $@

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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