projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edef5ab
)
remove reference to $(LINUX_HEADERS_DIR), not available at tools/compile stage
author
Nicolas Thill
<nico@openwrt.org>
Wed, 21 Jan 2009 18:10:11 +0000
(18:10 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 21 Jan 2009 18:10:11 +0000
(18:10 +0000)
SVN-Revision: 14139
tools/mtd-utils/Makefile
patch
|
blob
|
history
diff --git
a/tools/mtd-utils/Makefile
b/tools/mtd-utils/Makefile
index cc4ae9a5e271dba8b587b820b4769c29c6fe67be..98fb59428de8ce17a0d4b56436f6d739a49bffe9 100644
(file)
--- 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