diff options
Diffstat (limited to 'build-root/Makefile')
-rw-r--r-- | build-root/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/Makefile b/build-root/Makefile index ca860fa04f6..ed25a0cc06d 100644 --- a/build-root/Makefile +++ b/build-root/Makefile @@ -768,7 +768,7 @@ find_source_for_package = \ $(call build_msg_fn,No source for $(PACKAGE) in $${g}); \ exit 1; \ fi ; \ - $(call build_msg_fn,Autowanking $${g}/$(PACKAGE_SOURCE)) ; \ + $(call build_msg_fn,Fix file dates in $${g}/$(PACKAGE_SOURCE)) ; \ (cd $${s} ; $(MU_BUILD_ROOT_DIR)/autowank --touch) ; \ fi ; \ s=`cd $${s} && pwd` ; \ |