From 7a4551ff5eec761ec303b21c9a35a37f51377a2f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 21 Feb 2012 21:27:10 -0600 Subject: Replace GPL python debug script with BSD shell script. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3