fix typo
SVN-Revision: 5503
This commit is contained in:
parent
3207e32a9e
commit
e97426b839
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -104,7 +104,7 @@ oldconfig: scripts/config/conf tmp/.config.in tmp/.config-target.in FORCE
|
|||
menuconfig: scripts/config/mconf tmp/.config.in tmp/.config-target.in FORCE
|
||||
$< Config.in
|
||||
|
||||
package/%: tmp/.pkginfot tmp/.targetinfo FORCE
|
||||
package/%: tmp/.pkginfo tmp/.targetinfo FORCE
|
||||
$(MAKE) -C package $(patsubst package/%,%,$@)
|
||||
|
||||
target/%: tmp/.pkginfo tmp/.targetinfo FORCE
|
||||
|
|
Loading…
Reference in a new issue