diff options
author | Rob Landley <rob@landley.net> | 2012-02-21 21:27:10 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-02-21 21:27:10 -0600 |
commit | 7a4551ff5eec761ec303b21c9a35a37f51377a2f (patch) | |
tree | 09ec21e77cf9c3822f5fa3e43054825f59454057 /Makefile | |
parent | 94d673dfa95e13c46814338024eb554ca40eb336 (diff) | |
download | toybox-7a4551ff5eec761ec303b21c9a35a37f51377a2f.tar.gz |
Replace GPL python debug script with BSD shell script.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |