diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2009-03-25 20:17:33 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2009-03-25 20:17:33 +0000 |
commit | 2383666947e75319f8eb3ddd1b96555022905422 (patch) | |
tree | 89103cf3c6c9be353e134890ce07ca11b63db5f3 /include/prereq-build.mk | |
parent | 4182dc4f75df525414cd971f42b526c438b5df02 (diff) | |
download | upstream-2383666947e75319f8eb3ddd1b96555022905422.tar.gz upstream-2383666947e75319f8eb3ddd1b96555022905422.tar.bz2 upstream-2383666947e75319f8eb3ddd1b96555022905422.zip |
ooops, m4 is already part of the host tools
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15044 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/prereq-build.mk')
-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 1cdcd0f2c5..0b396c83dd 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 \ -)) |