X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/dad0c9cb0c985069d596584d77833c45bfd5bfbb..a777ac2c8264f527e5ce1725a3cc7562d0e0d971:/include/package.mk diff --git a/include/package.mk b/include/package.mk index f0c5511ba..5636b0b6a 100644 --- a/include/package.mk +++ b/include/package.mk @@ -290,16 +290,6 @@ define Build/Prepare endef define Build/Configure/Default - (cd $(PKG_BUILD_DIR) ; \ - touch configure.in ; \ - touch aclocal.m4 ; \ - touch Makefile.in ; \ - touch configure ; \ - touch acinclude.m4 ; \ - touch config.h.in ; \ - touch configure.ac ; \ - touch stamp-h.in ; \ - ); (cd $(PKG_BUILD_DIR)/$(strip $(3)); \ if [ -x configure ]; then \ $(TARGET_CONFIGURE_OPTS) \