author | kergoth <kergoth> | 2003-07-01 14:41:48 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-07-01 14:41:48 (UTC) |
commit | 5f0493c41bc87320cd8eca55d998e05a7550dab7 (patch) (side-by-side diff) | |
tree | d2a761c960d1286defdd293861cd634452101abd | |
parent | 99e582c840f0c37d318a28caf69d3ae4eb96bea4 (diff) | |
download | opie-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.
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 : |