From 92d8b355945131ff885a98079ba8e2866b301d28 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 8 May 2006 20:48:12 +0000 Subject: [PATCH] Make bloatcheck work when building out of tree. --- 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