projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[tools] remove reference to $(LINUX_HEADERS_DIR), not available at tools/compile...
[openwrt.git]
/
tools
/
mtd-utils
/
Makefile
diff --git
a/tools/mtd-utils/Makefile
b/tools/mtd-utils/Makefile
index
cc4ae9a
..
98fb594
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
This page took
0.023286 seconds
and
4
git commands to generate.