aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-02-21 21:27:10 -0600
committerRob Landley <rob@landley.net>2012-02-21 21:27:10 -0600
commit7a4551ff5eec761ec303b21c9a35a37f51377a2f (patch)
tree09ec21e77cf9c3822f5fa3e43054825f59454057 /Makefile
parent94d673dfa95e13c46814338024eb554ca40eb336 (diff)
downloadtoybox-7a4551ff5eec761ec303b21c9a35a37f51377a2f.tar.gz
Replace GPL python debug script with BSD shell script.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d9925d79..95b2dda4 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ baseline: toybox_unstripped
@cp toybox_unstripped toybox_old
bloatcheck: toybox_old toybox_unstripped
- @scripts/bloat-o-meter toybox_old toybox_unstripped
+ @scripts/bloatcheck toybox_old toybox_unstripped
instlist: toybox
$(HOSTCC) $(CCFLAGS) -I . scripts/install.c -o instlist