[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to add dependencies to an auto-generated rule?
From: |
Tom Tromey |
Subject: |
Re: how to add dependencies to an auto-generated rule? |
Date: |
11 Nov 2003 22:52:15 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
>>>>> "Jeff" == Jeff Rizzo <address@hidden> writes:
Jeff> Ideally, I'd like to add a dependency on the file VERSION for the rule
Jeff> for $(srcdir)/autoconf.h.in ... is there any way to do this?
Doesn't it work to just write the dependency in Makefile.am?
$(srcdir)/autoconf.h.in: VERSION
Maybe my memory is slipping though. Perhaps automake gets confused
about this and doesn't write out its own rule.
Tom