diff options
| author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-10-25 20:29:31 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-10-26 05:47:05 +0100 |
| commit | 1769933d98cc4891df571453f0380a4aef5aefcc (patch) | |
| tree | 41154f90c4b343f3c693e439665922adaa36e29e /package/ncftp | |
| parent | 28a0054bea79eafc0caa70c2364a15113af03f6e (diff) | |
| download | buildroot-1769933d98cc4891df571453f0380a4aef5aefcc.tar.gz buildroot-1769933d98cc4891df571453f0380a4aef5aefcc.zip | |
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/ncftp')
| -rw-r--r-- | package/ncftp/ncftp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ncftp/ncftp.mk b/package/ncftp/ncftp.mk index 6ab393430c..76d3bce1a0 100644 --- a/package/ncftp/ncftp.mk +++ b/package/ncftp/ncftp.mk @@ -18,7 +18,7 @@ NCFTP_DEPENDENCIES = host-autoconf # We need to pass -I because of the non-standard m4 directory name, and # none of the other autotools are used, so the below is the easiest. define NCFTP_RUN_AUTOCONF - (cd $(@D); $(HOST_DIR)/usr/bin/autoconf -I$(@D)/autoconf_local/) + (cd $(@D); $(HOST_DIR)/usr/bin/autoconf -I$(@D)/autoconf_local/) endef NCFTP_PRE_CONFIGURE_HOOKS += NCFTP_RUN_AUTOCONF |

