X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/c3cd9cb9aba90d54aea68970ccaa2cc7a1f5e5df..31e450bbf783c3ff7d8790d7fa8293e2f777e659:/package/linux-atm/Makefile?ds=sidebyside diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index f67294e08..330f56bb5 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk @@ -67,11 +66,6 @@ ifneq ($(CONFIG_PACKAGE_linux-atm),) $(CP) $(PKG_INSTALL_DIR)/usr/lib/libatm.{a,so*} \ $(1)/usr/lib/ endef - - define Build/UninstallDev - rm -rf $(1)/usr/include/atm{,d,sap}.h \ - $(1)/usr/lib/libatm.{a,so*} - endef endif define Package/linux-atm/install