author | schurig <schurig> | 2003-07-01 06:20:57 (UTC) |
---|---|---|
committer | schurig <schurig> | 2003-07-01 06:20:57 (UTC) |
commit | a7ef648891e3460cc4051591bdfc8c69e0d84a70 (patch) (side-by-side diff) | |
tree | fcc6d5abb29ea0882c0d66e2e7d16f3639ade795 | |
parent | 1b9ed2e0406d99aa7eaa5c72b5022a438cf5d03f (diff) | |
download | opie-a7ef648891e3460cc4051591bdfc8c69e0d84a70.zip opie-a7ef648891e3460cc4051591bdfc8c69e0d84a70.tar.gz opie-a7ef648891e3460cc4051591bdfc8c69e0d84a70.tar.bz2 |
fixed bug about CURSES_LOC
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,24 +66,27 @@ $(TOPDIR)/.config: $(TOPDIR)/.depends.cfgs $(configs) # at the time that they run. we must ensure that .depends.cfgs # is built and included by the time we reach this point. xconfig : $(call descend,scripts/kconfig,qconf) LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(TOPDIR)/scripts/kconfig \ ./scripts/kconfig/qconf ./config.in menuconfig : scripts/lxdialog/lxdialog $(call descend,scripts/kconfig,mconf) ./scripts/kconfig/mconf ./config.in +scripts/lxdialog/lxdialog: + make -C scripts/lxdialog + config : $(call descend,scripts/kconfig,conf) ./scripts/kconfig/conf ./config.in oldconfig : $(call descend,scripts/kconfig,conf) ./scripts/kconfig/conf -o ./config.in randconfig : $(call descend,scripts/kconfig,conf) ./scripts/kconfig/conf -r ./config.in |