diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-08 20:48:12 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-08 20:48:12 +0000 |
commit | 686bbd477fca7d3074ca34e999fd43873a0f7ecf (patch) | |
tree | 1fc265226707a5feb57f2ae7f9b90de501e2a9bb | |
parent | 15c83994d240a50a37c57acadf35e4fcc1e9bbfa (diff) | |
download | busybox-w32-686bbd477fca7d3074ca34e999fd43873a0f7ecf.tar.gz busybox-w32-686bbd477fca7d3074ca34e999fd43873a0f7ecf.tar.bz2 busybox-w32-686bbd477fca7d3074ca34e999fd43873a0f7ecf.zip |
Make bloatcheck work when building out of tree.
git-svn-id: svn://busybox.net/trunk/busybox@15039 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -362,7 +362,7 @@ sizes: busybox_unstripped | |||
362 | $(NM) --size-sort $(<) | 362 | $(NM) --size-sort $(<) |
363 | .PHONY: bloatcheck | 363 | .PHONY: bloatcheck |
364 | bloatcheck: busybox_old busybox_unstripped | 364 | bloatcheck: busybox_old busybox_unstripped |
365 | @scripts/bloat-o-meter busybox_old busybox_unstripped | 365 | @$(top_srcdir)/scripts/bloat-o-meter busybox_old busybox_unstripped |
366 | 366 | ||
367 | .PHONY: objsizes | 367 | .PHONY: objsizes |
368 | objsizes: busybox_unstripped | 368 | objsizes: busybox_unstripped |