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) (side-by-side diff)
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
@@ -73,3 +73,3 @@ xconfig :
-menuconfig : scripts/lxdialog/lxdialog
+menuconfig : $(TOPDIR)/scripts/lxdialog/lxdialog
$(call descend,scripts/kconfig,mconf)
@@ -77,5 +77,2 @@ menuconfig : scripts/lxdialog/lxdialog
-scripts/lxdialog/lxdialog:
- make -C scripts/lxdialog
-
config :