* Ralf Wildenhues wrote on Mon, Feb 06, 2006 at 01:35:24PM CET:
> * Bob Rossi wrote on Mon, Feb 06, 2006 at 12:54:09PM CET:
> >
> > >   $(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/cgdb/src cgdb$(EXEEXT)
> 
> `make -C' is not totally portable; I'd write
> 
>         cd ../cgdb/src && $(MAKE) $(AM_MAKEFLAGS) $(top_builddir)/cgdb/src 
> cgdb$(EXEEXT)

Of course that should've been 
          cd ../cgdb/src && $(MAKE) $(AM_MAKEFLAGS) cgdb$(EXEEXT)

Sorry 'bout that.


Reply via email to