diff options
author | ralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-25 20:17:33 +0000 |
---|---|---|
committer | ralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-25 20:17:33 +0000 |
commit | cc7c03a97022c627dac8e4aefb415081722119a5 (patch) | |
tree | 89103cf3c6c9be353e134890ce07ca11b63db5f3 | |
parent | f9e98dae8224b1391a20b58d85b95d43976b7c59 (diff) |
ooops, m4 is already part of the host tools
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15044 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | include/prereq-build.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 1cdcd0f2c..0b396c83d 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -148,7 +148,3 @@ endef $(eval $(call Require,getopt-extended, \ Please install an extended getopt version that supports --long \ )) - -$(eval $(call RequireCommand,m4, \ - Please install GNU m4 \ -)) |