[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ax_prefix_config_h.m4 causes files to be left after "make distclean"
From: |
Steffen Dettmer |
Subject: |
Re: ax_prefix_config_h.m4 causes files to be left after "make distclean" |
Date: |
Fri, 14 Jan 2011 09:05:21 +0100 |
On Thu, Jan 13, 2011 at 8:18 PM, Ralf Wildenhues <address@hidden> wrote:
> * David Bruce wrote on Thu, Jan 13, 2011 at 04:16:34PM CET:
>> > DISTCLEANFILES = _configs.sed esio/esio-config.h
> distclean-local: distclean-ax-prefix-config-h
>
> Using the -local targets is the recommended way to extend targets,
Hope it is OK to ask another automake question here, to ensure I
understood correctly:
Does this mean that in general distclean-local should be prefered
over DISTCLEANFILES?
Same for CLEANFILES?
Steffen