]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
mtools: remove empty host dependencies definition
authorJulien Floret <julien.floret@6wind.com>
Sat, 2 Jul 2016 22:21:33 +0000 (00:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 Jul 2016 08:24:02 +0000 (10:24 +0200)
Signed-off-by: Julien Floret <julien.floret@6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mtools/mtools.mk

index fc145c0832066f805d396b0ab84bb42dda583244..adba1fc47376b56cf8bcddcf2c7040a5562133a1 100644 (file)
@@ -22,11 +22,9 @@ HOST_MTOOLS_CONF_ENV = \
 ifeq ($(BR2_PACKAGE_LIBICONV),y)
 MTOOLS_DEPENDENCIES += libiconv
 MTOOLS_CONF_ENV += LIBS=-liconv
-# We have no host dependencies
-HOST_MTOOLS_DEPENDENCIES =
 endif
 
-# Package does not build in parallel due to improper make rules
+# Package does not build in parallel due to improper make rules
 MTOOLS_MAKE = $(MAKE1)
 
 $(eval $(autotools-package))