Re: silly GNU make question
Re: silly GNU make question
- Subject: Re: silly GNU make question
- From: "Peter O'Gorman" <email@hidden>
- Date: Mon, 17 Apr 2006 12:43:09 +0900
On Sun, 2006-04-16 at 20:31 -0700, email@hidden wrote:
> $(EXE):
>
> c++ $(SRC) -o $(EXE) $(CPPFLAGS) $(LIBS)
>
> ... so why no make, make? The event_test.cpp file is clearly newer
> than the target, yet make says "nothing to be done." This has to be
> some silly thing that I just don't grok, but I know not what it is.
You don't have a dependency on the source file here.
Try
$(EXE): $(SRC)
Peter
Attachment:
signature.asc
Description: This is a digitally signed message part
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden