diff options
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r-- | package/Makefile.autotools.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 5e94b447e..97f53d57d 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -157,7 +157,7 @@ $(BUILD_DIR)/%/.stamp_extracted: # if the package uses libtool, patch it for cross-compiling in buildroot for i in `find $(@D) -name ltmain.sh`; do \ toolchain/patch-kernel.sh $${i%/*} package buildroot-libtool.patch; \ - done + done $(Q)touch $@ # Patch |