aboutsummaryrefslogtreecommitdiff
path: root/Makefile.custom
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-05 17:11:08 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-05 17:11:08 +0000
commit1868409c86c7fbd46377a7842160e164c2c4ba49 (patch)
tree920f2148e63a3e4dd722c1b27b2fe9e200d9382e /Makefile.custom
parent5d2f1736d9bdc2ac0d47000ed0ce403b9f06f6fb (diff)
downloadbusybox-1868409c86c7fbd46377a7842160e164c2c4ba49.tar.gz
fixing build system overhaul fallout...
Diffstat (limited to 'Makefile.custom')
-rw-r--r--Makefile.custom2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.custom b/Makefile.custom
index 6880b97d6..c0984e17a 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -78,7 +78,7 @@ baseline: busybox_unstripped
.PHONY: objsizes
objsizes: busybox_unstripped
- $(SHELL) $(srctree)/scripts/objsizes
+ $(srctree)/scripts/objsizes
# Documentation Targets
.PHONY: doc