diff options
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 |