[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to add a dependency to destdir?
From: |
Bruno Haible |
Subject: |
Re: how to add a dependency to destdir? |
Date: |
Mon, 24 Feb 2003 17:05:41 +0100 (CET) |
Alexandre Duret-Lutz writes:
> And these files aren't already in $(DISTFILES)? Maybe you are
> looking for `dist-hook' then.
These files are in $(DISTFILES) but they are not up-to-date. So what
I'd need is a 'pre-dist-hook' which is run before the distribution
directory is filled.
For the moment 'dist-hook' will be good enough. Thanks.
> I guess another workaround would be to use an empty variable so
> that Automake doesn't recognize the distdir rule.
>
> dist$(emptyhack)dir: subconfigure
OK, but this hack is not much better than mine :-)
Bruno