Re: automake help request ...
- From: Martin Baulig <martin home-of-linux org>
- To: Jon Trowbridge <trow gnu org>
- Cc: Michael Meeks <michael ximian com>, gnome-hackers gnome org
- Subject: Re: automake help request ...
- Date: 14 Apr 2001 00:55:02 +0200
Jon Trowbridge <trow gnu org> writes:
> dist-hook:
> rm -f $(BUILT_SOURCES)
>
> should do it.
Hi,
that's not quite correct since it'll remove these files from your build
directory, but leaves them in the distdir.
The following works, just tested it:
====
dist-hook:
for file in $(CORBA_SOURCE) ; do \
rm -f $(distdir)/$$file ; \
done
====
--
Martin Baulig
martin gnome org (private)
baulig suse de (work)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]