remove reference to $(LINUX_HEADERS_DIR), not available at tools/compile stage
authorNicolas Thill <nico@openwrt.org>
Wed, 21 Jan 2009 18:10:11 +0000 (18:10 +0000)
committerNicolas Thill <nico@openwrt.org>
Wed, 21 Jan 2009 18:10:11 +0000 (18:10 +0000)
SVN-Revision: 14139

tools/mtd-utils/Makefile

index cc4ae9a5e271dba8b587b820b4769c29c6fe67be..98fb59428de8ce17a0d4b56436f6d739a49bffe9 100644 (file)
@@ -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