diff --git a/packages/toolchain/devel/make/meta b/packages/toolchain/devel/make/meta index 0133b16ac9..653a278d5e 100644 --- a/packages/toolchain/devel/make/meta +++ b/packages/toolchain/devel/make/meta @@ -12,3 +12,5 @@ PKG_SECTION="toolchain/devel" PKG_SHORTDESC="make: GNU make utility to maintain groups of programs" PKG_LONGDESC="The 'make' utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile them. This is GNU 'make', which was implemented by Richard Stallman and Roland McGrath. GNU 'make' conforms to section 6.2 of EEE Standard 1003.2-1992' (POSIX.2)." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"