From: Rob Landley Date: Mon, 8 May 2006 20:48:12 +0000 (-0000) Subject: Make bloatcheck work when building out of tree. X-Git-Tag: 1_2_0~406 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=92d8b355945131ff885a98079ba8e2866b301d28;p=oweals%2Fbusybox.git Make bloatcheck work when building out of tree. --- diff --git a/Makefile b/Makefile index f877cfbbc..8f5094a6e 100644 --- a/Makefile +++ b/Makefile @@ -362,7 +362,7 @@ sizes: busybox_unstripped $(NM) --size-sort $(<) .PHONY: bloatcheck bloatcheck: busybox_old busybox_unstripped - @scripts/bloat-o-meter busybox_old busybox_unstripped + @$(top_srcdir)/scripts/bloat-o-meter busybox_old busybox_unstripped .PHONY: objsizes objsizes: busybox_unstripped