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]

Re: Error on make distcheck with current cvs


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?

-- 
Gerard Jungman <jungman@lanl.gov>
Los Alamos National Laboratory


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]