| commit | c29121b787f533d135ae47b5f3044adb66cbebef | [log] [tgz] | 
|---|---|---|
| author | Sam Ravnborg <sam@neptun.ravnborg.org> | Sat Sep 02 21:32:14 2006 +0200 | 
| committer | Sam Ravnborg <sam@neptun.ravnborg.org> | Sat Sep 30 11:19:20 2006 +0200 | 
| tree | f7641dd794a1c314a92b836ba83f796ac416c420 | |
| parent | 903947d286c93d3545ef6491bf66a0b797010c8d [diff] | 
kbuild: do not build mconf & lxdialog unless needed Due to a limitation in kbuild all objects referred by xxx-y or xxx-objs will be build when one of the targets needs to e build. This caused lxdialog to be build pulling in ncurses that is not always available. So avoid building mconf & lxdialog unless really needed. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>