From 5847daf4c2e5f6347608f15b33c32036b1e8968c Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sat, 6 Oct 2012 17:54:42 +0000 Subject: [PATCH] Fix "make install" Also make arm the same as other platforms: Install man pages for all CPUs in the family. --- lib/libpmc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libpmc/Makefile b/lib/libpmc/Makefile index 6b90432ac4fe..415427b9a481 100644 --- a/lib/libpmc/Makefile +++ b/lib/libpmc/Makefile @@ -42,7 +42,7 @@ MAN+= pmc.sandybridgeuc.3 MAN+= pmc.westmere.3 MAN+= pmc.westmereuc.3 MAN+= pmc.tsc.3 -.elif ${MACHINE_CPUARCH} == "arm" && ${CPUTYPE} == "xscale" +.elif ${MACHINE_CPUARCH} == "arm" MAN+= pmc.xscale.3 .elif ${MACHINE_CPUARCH} == "mips" MAN+= pmc.mips24k.3