X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fgenext2fs%2FMakefile;h=279c40bb58239d4390292fe7495e7a89d2b1a109;hb=57a1576550e4cd18adf7ab7d63abe31ef4b364b0;hp=5878b5c04340c876508eb97c2e74f813835965d8;hpb=add93b4d50a9ba8624103a6fbe738639b40be240;p=openwrt-10.03%2F.git diff --git a/tools/genext2fs/Makefile b/tools/genext2fs/Makefile index 5878b5c04..279c40bb5 100644 --- a/tools/genext2fs/Makefile +++ b/tools/genext2fs/Makefile @@ -17,8 +17,8 @@ PKG_MD5SUM:=b7b6361bcce2cedff1ae437fadafe53b include $(INCLUDE_DIR)/host-build.mk -define Build/Configure - ( cd $(PKG_BUILD_DIR); \ +define Host/Configure + ( cd $(HOST_BUILD_DIR); \ ./configure \ --target=$(GNU_HOST_NAME) \ --host=$(GNU_HOST_NAME) \ @@ -38,17 +38,17 @@ define Build/Configure ) endef -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) \ +define Host/Compile + $(MAKE) -C $(HOST_BUILD_DIR) \ CFLAGS="$(HOST_CFLAGS) -include getline.h" \ all endef -define Build/Install - install -m0755 $(PKG_BUILD_DIR)/genext2fs $(STAGING_DIR_HOST)/bin/ +define Host/Install + install -m0755 $(HOST_BUILD_DIR)/genext2fs $(STAGING_DIR_HOST)/bin/ endef -define Build/Clean +define Host/Clean rm -f $(STAGING_DIR_HOST)/bin/genext2fs endef