From 686bbd477fca7d3074ca34e999fd43873a0f7ecf Mon Sep 17 00:00:00 2001 From: landley Date: Mon, 8 May 2006 20:48:12 +0000 Subject: Make bloatcheck work when building out of tree. git-svn-id: svn://busybox.net/trunk/busybox@15039 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g6feb