author | kergoth <kergoth> | 2003-07-01 14:41:48 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-07-01 14:41:48 (UTC) |
commit | 5f0493c41bc87320cd8eca55d998e05a7550dab7 (patch) (unidiff) | |
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 : | |||
73 | 73 | ||
74 | menuconfig : scripts/lxdialog/lxdialog | 74 | menuconfig : $(TOPDIR)/scripts/lxdialog/lxdialog |
75 | $(call descend,scripts/kconfig,mconf) | 75 | $(call descend,scripts/kconfig,mconf) |
@@ -77,5 +77,2 @@ menuconfig : scripts/lxdialog/lxdialog | |||
77 | 77 | ||
78 | scripts/lxdialog/lxdialog: | ||
79 | make -C scripts/lxdialog | ||
80 | |||
81 | config : | 78 | config : |