diff options
author | Denis Vlasenko | 2006-10-05 17:11:08 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-10-05 17:11:08 +0000 |
commit | 1868409c86c7fbd46377a7842160e164c2c4ba49 (patch) | |
tree | 920f2148e63a3e4dd722c1b27b2fe9e200d9382e /Makefile.custom | |
parent | 5d2f1736d9bdc2ac0d47000ed0ce403b9f06f6fb (diff) | |
download | busybox-1868409c86c7fbd46377a7842160e164c2c4ba49.zip busybox-1868409c86c7fbd46377a7842160e164c2c4ba49.tar.gz |
fixing build system overhaul fallout...
Diffstat (limited to 'Makefile.custom')
-rw-r--r-- | Makefile.custom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.custom b/Makefile.custom index 6880b97..c0984e1 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 |