diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-20 00:31:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-20 00:31:06 +0000 |
commit | d28e34c34a44afe72be59300d7773bc91e6e2388 (patch) | |
tree | 9eada532d5f9e94782402f680a2e2893f10687e3 /include | |
parent | 80ff6a1d25d115bef8defadfcfefc81654901c64 (diff) | |
download | upstream-d28e34c34a44afe72be59300d7773bc91e6e2388.tar.gz upstream-d28e34c34a44afe72be59300d7773bc91e6e2388.tar.bz2 upstream-d28e34c34a44afe72be59300d7773bc91e6e2388.zip |
remove python prereq check - no longer necessary
SVN-Revision: 5590
Diffstat (limited to 'include')
-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 ed8fdb6fce..e9f3a0173f 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -85,10 +85,6 @@ $(eval $(call RequireCommand,flex, \ Please install flex. \ )) -$(eval $(call RequireCommand,python, \ - Please install python. \ -)) - $(eval $(call RequireCommand,unzip, \ Please install unzip. \ )) |