bug-make
[Top][All Lists]
Advanced

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

Re: a: address@hidden


From: Paul D. Smith
Subject: Re: a: address@hidden
Date: Sun, 25 Apr 2004 12:20:02 -0400

%% Dan Jacobson <address@hidden> writes:

  dj> $ cat Makefile
  dj> a: address@hidden
  dj> a.b:
  dj> $ make -n
  dj> make: *** No rule to make target `.b', needed by `a'.  Stop.

  dj> But don't we know that $@ = a already at that point?


Automatic variables are only defined in the command script.

-- 
-------------------------------------------------------------------------------
 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]