This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Dependency to update Makefile
- To: "Raj (Basavaraj) Karadakal" <bkaradak at axiowave dot com>
- Subject: Re: Dependency to update Makefile
- From: Tom Tromey <tromey at redhat dot com>
- Date: 23 Apr 2001 13:23:24 -0600
- Cc: "'automake at gnu dot org'" <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <EB5FFC72F183D411B382000629573429562BBF@r2d2.axiowave.com>
- Reply-To: tromey at redhat dot com
>>>>> "Raj" == Raj (Basavaraj) Karadakal <bkaradak@axiowave.com> writes:
Raj> I am using clearmake in gnu compatibility mode.
Maybe it is a bug in the compatibility mode then.
With GNU make, any `Makefile' target is processed before all other
targets. If the Makefile is rebuilt then it is re-read before
processing continues. We rely on this feature in the automatic
rebuilding rules.
Tom