diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-05 17:11:08 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-05 17:11:08 +0000 |
commit | 1868409c86c7fbd46377a7842160e164c2c4ba49 (patch) | |
tree | 920f2148e63a3e4dd722c1b27b2fe9e200d9382e /Makefile.custom | |
parent | 5d2f1736d9bdc2ac0d47000ed0ce403b9f06f6fb (diff) | |
download | busybox-w32-1868409c86c7fbd46377a7842160e164c2c4ba49.tar.gz busybox-w32-1868409c86c7fbd46377a7842160e164c2c4ba49.tar.bz2 busybox-w32-1868409c86c7fbd46377a7842160e164c2c4ba49.zip |
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 6880b97d6..c0984e17a 100644 --- a/Makefile.custom +++ b/Makefile.custom | |||
@@ -78,7 +78,7 @@ baseline: busybox_unstripped | |||
78 | 78 | ||
79 | .PHONY: objsizes | 79 | .PHONY: objsizes |
80 | objsizes: busybox_unstripped | 80 | objsizes: busybox_unstripped |
81 | $(SHELL) $(srctree)/scripts/objsizes | 81 | $(srctree)/scripts/objsizes |
82 | 82 | ||
83 | # Documentation Targets | 83 | # Documentation Targets |
84 | .PHONY: doc | 84 | .PHONY: doc |