Re: Clean folders

2005-01-20 Thread Ralf Wildenhues
* Leonardo Boiko wrote on Thu, Jan 20, 2005 at 04:21:10PM CET: > >clean-local: > > rm -rf .build > > I'm having a similar problem. I want to create a convenience .am file > with rules that many of our packages will use, to be included by > Makefile.am's. I'm already using neat tricks people

Re: Clean folders

2005-01-20 Thread Leonardo Boiko
clean-local: rm -rf .build I'm having a similar problem. I want to create a convenience .am file with rules that many of our packages will use, to be included by Makefile.am's. I'm already using neat tricks people talked about on earlier discussions, like AC_DEFINING variables to empty so