diff Makefile @ 492:f3169b2492f1

Replace GPL python debug script with BSD shell script.
author Rob Landley <rob@landley.net>
date Tue, 21 Feb 2012 21:27:10 -0600
parents 4099d3026e56
children 12c21dc8ad04
line wrap: on
line diff
--- a/Makefile	Tue Feb 21 20:48:52 2012 -0600
+++ b/Makefile	Tue Feb 21 21:27:10 2012 -0600
@@ -22,7 +22,7 @@
 	@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