diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-16 18:57:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-16 18:57:34 +0000 |
commit | 141b4fbe83c9de41b7d803286c6c8c82ea8eda80 (patch) | |
tree | 266ef34eecde3a2bd14f99e924fae0b3749eeae9 /include/prereq-build.mk | |
parent | baf558e318cf9ca8384d236c331bcedbdaa7a315 (diff) | |
download | upstream-141b4fbe83c9de41b7d803286c6c8c82ea8eda80.tar.gz upstream-141b4fbe83c9de41b7d803286c6c8c82ea8eda80.tar.bz2 upstream-141b4fbe83c9de41b7d803286c6c8c82ea8eda80.zip |
remove autoconf from prereq-build.mk, as it is part of the tools/ build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14901 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 24b1974c26..0b396c83dd 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -133,10 +133,6 @@ $(eval $(call RequireCommand,svn, \ Please install the subversion client. \ )) -$(eval $(call RequireCommand,autoconf, \ - Please install GNU autoconf. \ -)) - define Require/gnu-find $(FIND) $(TMP_DIR) -lname foo endef |