This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Tue, 2004-09-14 at 13:51, Stewart V. Wright wrote:
In summary in the gsl/Makefile.am file the problem is to do with the lines:
clean: remove-links distclean: remove-links
when they should read:
clean-local: remove-links distclean-local: remove-links
The current CVS version actually says:
clean: clean-am remove-links distclean: distclean-am remove-links
Explicitly, what change are you advocating?
-clean: clean-am remove-links -distclean: distclean-am remove-links +clean-local: clean-am remove-links +distclean-local: distclean-am remove-links
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |