[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
re: target-specific variable bug?
From: |
Martin d'Anjou |
Subject: |
re: target-specific variable bug? |
Date: |
Wed, 24 Aug 2005 16:18:32 -0400 (EDT) |
> md> I have this makefile where the target specific variable TOP_FILE
> md> is in effect for an unrelated target:
>
>I don't think you're understanding how pattern-specific variables work.
>They aren't associated with a particular pattern rule.
You are right. I confused target-specific with pattern-specific. Thanks
for pointing me in the right direction.
Martin