wshaper: stupid me, forget to create dirs
[openwrt/svn-archive/archive.git] / libs / gsm / Makefile
index a4ec98625cee15a8df87101a9e137eb82e285434..12ffa72a324a5f34c8a610fa866fa0a3d0933552 100644 (file)
@@ -83,11 +83,5 @@ define Build/InstallDev
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libgsm.{a,so*} $(1)/usr/lib/
 endef
 
-define Build/UninstallDev
-       rm -rf \
-               $(STAGING_DIR)/usr/include/gsm.h \
-               $(STAGING_DIR)/usr/lib/libgsm.{a,so*}
-endef
-
 $(eval $(call BuildPackage,libgsm))
 $(eval $(call BuildPackage,gsm-utils))