summaryrefslogtreecommitdiff
path: root/Makefile
authorkergoth <kergoth>2003-07-01 14:41:48 (UTC)
committer kergoth <kergoth>2003-07-01 14:41:48 (UTC)
commit5f0493c41bc87320cd8eca55d998e05a7550dab7 (patch) (unidiff)
treed2a761c960d1286defdd293861cd634452101abd /Makefile
parent99e582c840f0c37d318a28caf69d3ae4eb96bea4 (diff)
downloadopie-5f0493c41bc87320cd8eca55d998e05a7550dab7.zip
opie-5f0493c41bc87320cd8eca55d998e05a7550dab7.tar.gz
opie-5f0493c41bc87320cd8eca55d998e05a7550dab7.tar.bz2
There's already a lxdialog binary rule in Rules.make, if we specify it with full path using instead of relative. Remove the duplicate lxdialog rule.
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fd7da6d..b1e76cb 100644
--- a/Makefile
+++ b/Makefile
@@ -71,13 +71,10 @@ xconfig :
71 LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(TOPDIR)/scripts/kconfig \ 71 LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(TOPDIR)/scripts/kconfig \
72 ./scripts/kconfig/qconf ./config.in 72 ./scripts/kconfig/qconf ./config.in
73 73
74menuconfig : scripts/lxdialog/lxdialog 74menuconfig : $(TOPDIR)/scripts/lxdialog/lxdialog
75 $(call descend,scripts/kconfig,mconf) 75 $(call descend,scripts/kconfig,mconf)
76 ./scripts/kconfig/mconf ./config.in 76 ./scripts/kconfig/mconf ./config.in
77 77
78scripts/lxdialog/lxdialog:
79 make -C scripts/lxdialog
80
81config : 78config :
82 $(call descend,scripts/kconfig,conf) 79 $(call descend,scripts/kconfig,conf)
83 ./scripts/kconfig/conf ./config.in 80 ./scripts/kconfig/conf ./config.in