1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 08:01:25 +02:00

remove reference to $(LINUX_HEADERS_DIR), not available at tools/compile stage

SVN-Revision: 14139
This commit is contained in:
Nicolas Thill 2009-01-21 18:10:11 +00:00
parent edef5abd24
commit 593bbfdb8a

@ -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