Hello
I've searched in the manual but the following behavior is not documented:
# handle_clean ($MAKEFILE)
#
# Handle all 'clean' targets.
sub handle_clean ($)
{
...
# Built sources are automatically removed by maintainer-clean.
$clean_files{'$(BUILT_SOURCES)'} = MAIN
Hi Stepan,
On Thu, 2007-03-29 at 16:19 +0200, Stepan Kasal wrote:
> On Thu, Mar 29, 2007 at 02:25:31PM +0200, Jules Colding posted an
> Automake question to the Autoconf list. (Understandable mistake, of
> course.)
Oops... stupid, stupid mistake. Sorry, should be to old for that :-(
> I suppos