[pisa-src] Re: r1301 - trunk/openwrt/trunk/package/hipl/Makefile

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 27 Oct 2009 15:07:54 +0100

On Mon, Oct 26, 2009 at 05:00:56PM +0100, Jahn Bertsch wrote:
> 
> Log:
> On openwrt, only include *.so (shared object) and .sa (needed by libtool) for 
> each library under /usr/lib.
> 
> --- trunk/openwrt/trunk/package/hipl/Makefile Mon Oct 26 10:20:37 2009        
> (r1300)
> +++ trunk/openwrt/trunk/package/hipl/Makefile Mon Oct 26 17:00:56 2009        
> (r1301)
> @@ -187,10 +187,14 @@
>  
> +     $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libopphip.so* $(1)/usr/lib/
   ^

There's a space at the beginning of this line, which breaks the build.

Please be careful with whitespace when editing Makefiles.  Which editor
did you use?   A proper(ly set up) one should warn you of such things.

Diego

Other related posts: