aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-08 20:48:12 +0000
committerRob Landley <rob@landley.net>2006-05-08 20:48:12 +0000
commit92d8b355945131ff885a98079ba8e2866b301d28 (patch)
tree1fc265226707a5feb57f2ae7f9b90de501e2a9bb /Makefile
parent45d545890faa025491716035426ceb2af9c1906f (diff)
downloadbusybox-92d8b355945131ff885a98079ba8e2866b301d28.tar.gz
Make bloatcheck work when building out of tree.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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