From: Thomas K. <tho...@us...> - 2006-08-23 19:13:04
|
Hi Dennis! On Wed, Aug 23, 2006 at 08:34:01PM +0200, Dennis Smit wrote: > Again sorry for responding so incredibly late. No problem. > I merged your patch for lv-plugins, however I am not too sure about > Makefile.am patch for libvisual. > > - cp -f $< $@ > + cp -f libvisual.pc $(PKG_CONFIG_FILE) > > Is there any special reason for this ? Sure: BSD make does not parse $< and $@ like GNU make does, and making the names explicit works for both. > All the other patches have been merged, again thanks a lot! Thank you! Thomas |