bluez-utils: Fixed typo in config file example dund pppopts
[openwrt/svn-archive/archive.git] / utils / ntfs-3g / Makefile
index e03d8d50d51e64732d8750a778f53a7d79d279b9..3ef4b9cd76f6fa5f55ac9ac1f671bf3b55cfa315 100644 (file)
@@ -54,11 +54,6 @@ define Build/InstallDev
        $(CP)   $(PKG_INSTALL_DIR)/usr/lib/libntfs-3g.{a,so*} $(1)/usr/lib/
 endef
 
-define Build/UninstallDev
-       rm -rf  $(STAGING_DIR)/usr/include/ntfs-3g \
-               $(STAGING_DIR)/usr/lib/libntfs-3g.{a,so*}
-endef
-
 define Package/ntfs-3g/install
        $(INSTALL_DIR) $(1)/usr/bin
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ntfs-3g $(1)/usr/bin/
@@ -67,7 +62,3 @@ define Package/ntfs-3g/install
 endef
 
 $(eval $(call BuildPackage,ntfs-3g))
-
-$(eval $(call RequireCommand,pkg-config, \
-       $(PKG_NAME) requires pkg-config. \
-))