Opened 12 years ago
Closed 12 years ago
#417 closed enhancement (invalid)
prefer $(macro) rather than @substitutions@ in Makefile.am
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | build | Version: | trunk |
Keywords: | Cc: |
Description
same as svndigest ticket:348
From discussion on automake mailing list:
It doesn't matter for the contents of this rule, as 'make' sees it. However, in general, @substitutions@ cannot be interpreted by automake, while $(macros) typically can. Most of the time you want automake to see as much of it as possible, so as a guide line, prefer $(macros) in Makefile.am. Cheers, Ralf
Change History (1)
comment:1 Changed 12 years ago by
Milestone: | yat 0.x+ |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
We had no @subs@ in Makefile.am