[Pvfs2-developers] depend.sh changes (CC variable)

2006-06-01 Thread Phil Carns
There was a change recently committed to allow depend.sh to work with different compilers. This seems to work pretty well, but I have one suggestion. Could we change the following line in Makefile.in? $(E)CC=$(CC) $(srcdir)/maint/depend.sh ... to $(E)CC=$(CC) $(srcdir)/maint/depend.sh

Re: [Pvfs2-developers] depend.sh changes (CC variable)

2006-06-01 Thread Pete Wyckoff
[EMAIL PROTECTED] wrote on Thu, 01 Jun 2006 10:02 +0200: There was a change recently committed to allow depend.sh to work with different compilers. This seems to work pretty well, but I have one suggestion. Could we change the following line in Makefile.in? $(E)CC=$(CC)