From: nico Date: Wed, 21 Jan 2009 18:10:11 +0000 (+0000) Subject: [tools] remove reference to $(LINUX_HEADERS_DIR), not available at tools/compile... X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=a2f21669ed9bdfd072f11751846f3f5867882a68 [tools] remove reference to $(LINUX_HEADERS_DIR), not available at tools/compile stage git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14139 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/mtd-utils/Makefile b/tools/mtd-utils/Makefile index cc4ae9a5e..98fb59428 100644 --- a/tools/mtd-utils/Makefile +++ b/tools/mtd-utils/Makefile @@ -24,7 +24,7 @@ CFLAGS += -Dloff_t=off_t -D__BYTE_ORDER=BYTE_ORDER -include getline.h -include e endif define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR)/util LINUXDIR="$(LINUX_HEADERS_DIR)" CFLAGS="$(CFLAGS)" TARGETS=mkfs.jffs2 + $(MAKE) -C $(PKG_BUILD_DIR)/util CFLAGS="$(CFLAGS)" TARGETS=mkfs.jffs2 endef define Build/Install