From 593bbfdb8ad7962ef7b55c0c73f6971dc35730bd Mon Sep 17 00:00:00 2001
From: Nicolas Thill <nico@openwrt.org>
Date: Wed, 21 Jan 2009 18:10:11 +0000
Subject: remove reference to $(LINUX_HEADERS_DIR), not available at
 tools/compile stage

SVN-Revision: 14139
---
 tools/mtd-utils/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tools/mtd-utils')

diff --git a/tools/mtd-utils/Makefile b/tools/mtd-utils/Makefile
index cc4ae9a5e2..98fb59428d 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
-- 
cgit v1.2.3