diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-12 22:24:37 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-12 22:24:37 +0000 |
commit | efe19f020024cce0319c2db4c3fd8e42dd9c3a28 (patch) | |
tree | d46f6e99fc3dd7c8b3554ff1ec3aabe337627cb8 /package/busybox/Makefile | |
parent | 60bad517034f0460b29aca6d712fa8787fe68649 (diff) | |
download | upstream-efe19f020024cce0319c2db4c3fd8e42dd9c3a28.tar.gz upstream-efe19f020024cce0319c2db4c3fd8e42dd9c3a28.tar.bz2 upstream-efe19f020024cce0319c2db4c3fd8e42dd9c3a28.zip |
Remove symbolic links to non-existent applets (#1770)
SVN-Revision: 7600
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 3bdc125d58..38740fdbfd 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -70,6 +70,7 @@ define Build/Compile endef define Package/busybox/install + find $(PKG_BUILD_DIR) -lname busybox -exec rm \{\} \; $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \ CROSS_COMPILE="$(TARGET_CROSS)" \ |