summaryrefslogtreecommitdiff
authorschurig <schurig>2003-07-01 06:20:57 (UTC)
committer schurig <schurig>2003-07-01 06:20:57 (UTC)
commita7ef648891e3460cc4051591bdfc8c69e0d84a70 (patch) (side-by-side diff)
treefcc6d5abb29ea0882c0d66e2e7d16f3639ade795
parent1b9ed2e0406d99aa7eaa5c72b5022a438cf5d03f (diff)
downloadopie-a7ef648891e3460cc4051591bdfc8c69e0d84a70.zip
opie-a7ef648891e3460cc4051591bdfc8c69e0d84a70.tar.gz
opie-a7ef648891e3460cc4051591bdfc8c69e0d84a70.tar.bz2
fixed bug about CURSES_LOC
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3326c70..a85ed57 100644
--- a/Makefile
+++ b/Makefile
@@ -62,32 +62,35 @@ $(TOPDIR)/.config: $(TOPDIR)/.depends.cfgs $(configs)
@$(MAKE) -C scripts/kconfig conf
./scripts/kconfig/conf -s ./config.in
# config rules must have the $(configs) var defined
# 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
allyesconfig :
$(call descend,scripts/kconfig,conf)
./scripts/kconfig/conf -y ./config.in