X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=tools%2Fautomake%2FMakefile;h=dc51a6d477caf3566dd948cb8b4ce345e2798d87;hp=ee7966aeebd5e6d7bc6e79d2efd7fc796253f78b;hb=974c89cc9efe9d1afd5b0b8710030dc1f967d314;hpb=ebed3a7ea361016b8208c42dc781028fca2aee88 diff --git a/tools/automake/Makefile b/tools/automake/Makefile index ee7966aeeb..dc51a6d477 100644 --- a/tools/automake/Makefile +++ b/tools/automake/Makefile @@ -15,15 +15,7 @@ PKG_MD5SUM:=c2972c4d9b3e29c03d5f2af86249876f include $(INCLUDE_DIR)/host-build.mk -define Host/Configure - $(call Host/Configure/Default,\ - --datarootdir=$(STAGING_DIR_HOST)/share \ - ) -endef - -define Host/Compile - $(MAKE) -C $(HOST_BUILD_DIR) -endef +HOST_CONFIGURE_ARGS += --datarootdir=$(STAGING_DIR_HOST)/share define Host/Install $(MAKE) -C $(HOST_BUILD_DIR) install