remove UninstallDev

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9907 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2007-12-25 01:59:55 +00:00
parent 862f044cd8
commit bf06dbb788
121 changed files with 1 additions and 786 deletions

View File

@ -40,8 +40,4 @@ define Build/InstallDev
$(CP) $(PKG_BUILD_DIR)/libnotimpl.a $(STAGING_DIR)/usr/lib/
endef
define Build/UninstallDev
rm -f $(STAGING_DIR)/usr/lib/libnotimpl.a
endef
$(eval $(call BuildPackage,libnotimpl))