From c2894e97208ce538c30bed21f9a64a21b830e8a4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 21 Jul 2005 00:55:56 +0000 Subject: remove mtd from here git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1515 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/openwrt/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'package') diff --git a/package/openwrt/Makefile b/package/openwrt/Makefile index c3aea5c210..580777a173 100644 --- a/package/openwrt/Makefile +++ b/package/openwrt/Makefile @@ -19,15 +19,11 @@ libshared-install libnvram-install: libshared-compile libnvram-compile libshared-clean libnvram-clean: @$(MAKE) -C $(patsubst %-clean,%,$@) clean -$(PKG_IPK_DIR)/sbin/mtd: mtd.c - mkdir -p $(PKG_IPK_DIR)/sbin - $(TARGET_CC) -o $@ $< - $(PKG_IPK_DIR)/sbin/jffs2root: jffs2root.c mkdir -p $(PKG_IPK_DIR)/sbin $(TARGET_CC) -o $@ $< -$(PKG_IPK): $(PKG_IPK_DIR)/sbin/mtd $(PKG_IPK_DIR)/sbin/jffs2root +$(PKG_IPK): $(PKG_IPK_DIR)/sbin/jffs2root $(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_RELEASE) $(ARCH) $(STRIP) $(PKG_IPK_DIR)/sbin/* mkdir -p $(PACKAGE_DIR) -- cgit v1.2.3