Thanks , I will take this up with Rational.
Raj
-----Original Message-----
From: Tom Tromey [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 3:23 PM
To: Raj (Basavaraj) Karadakal
Cc: '[EMAIL PROTECTED]'
Subject: Re: Dependency to update Makefile
>>>>> "Raj" == Raj (Basavaraj) Karadakal <[EMAIL PROTECTED]> 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