Commit 63b37de1 authored by Dave Jones's avatar Dave Jones Committed by Dominik Brodowski

cpupower: fix Makefile typo

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
parent 9ee31f61
...@@ -35,7 +35,7 @@ NLS ?= true ...@@ -35,7 +35,7 @@ NLS ?= true
# Set the following to 'true' to build/install the # Set the following to 'true' to build/install the
# cpufreq-bench benchmarking tool # cpufreq-bench benchmarking tool
CPUFRQ_BENCH ?= true CPUFREQ_BENCH ?= true
# Prefix to the directories we're installing to # Prefix to the directories we're installing to
DESTDIR ?= DESTDIR ?=
...@@ -139,7 +139,7 @@ ifeq ($(strip $(NLS)),true) ...@@ -139,7 +139,7 @@ ifeq ($(strip $(NLS)),true)
COMPILE_NLS += create-gmo COMPILE_NLS += create-gmo
endif endif
ifeq ($(strip $(CPUFRQ_BENCH)),true) ifeq ($(strip $(CPUFREQ_BENCH)),true)
INSTALL_BENCH += install-bench INSTALL_BENCH += install-bench
COMPILE_BENCH += compile-bench COMPILE_BENCH += compile-bench
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment