X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Flibpfm%2FMakefile;h=f9e25eedba36eb8752a1ce705e829261e3644bb9;hp=0fa6514c48bebc86cb0019c32f263f83b38612bf;hb=f55bf89ca3f403d4d9070d28e929183f98a7d41e;hpb=ff7285879564f1bba156edd2daba9425135c24ba diff --git a/libs/libpfm/Makefile b/libs/libpfm/Makefile index 0fa6514c48..f9e25eedba 100644 --- a/libs/libpfm/Makefile +++ b/libs/libpfm/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 @@ -22,8 +21,8 @@ define Package/libpfm SECTION:=libs CATEGORY:=Libraries TITLE:=Perfmon2 Kernel performance monitoring interface - DEPENDS:=@TARGET_ps3 URL:=http://perfmon2.sourceforge.net/ + DEPENDS:=@BROKEN endef define Build/Compile @@ -51,7 +50,7 @@ define Build/InstallDev # CONFIG_PFMLIB_CELL=y \ # CONFIG_PFMLIB_SHARED=y \ # install - mkdir -p $(1)/usr/lib + $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_BUILD_DIR)/lib/libpfm* $(1)/usr/lib/ endef