aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2011-01-10 17:11:18 -0600
committerArjan van de Ven <arjan@linux.intel.com>2011-01-11 09:06:18 -0800
commit3bfed320946d7a6cee366e92d926f95b74171e1d (patch)
treee93cfccd6e5c1a53cdcf1ddb09651fc93820f237
parentb99bd2a8d006980ed745ca7e20dc53e429883241 (diff)
downloadpowertop-3bfed320946d7a6cee366e92d926f95b74171e1d.tar.gz
powertop: use CXX variable instead of g++ when linking
powertop: use CXX variable instead of g++ when linking Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9399c86..f273f84 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ clean:
rm -f *.o *~ powertop DEADJOE core.* */*.o */*~ csstoh css.h
powertop: $(OBJS) $(HEADERS)
- g++ $(OBJS) $(LIBS) -o powertop
+ $(CXX) $(OBJS) $(LIBS) -o powertop
@(cd po/ && $(MAKE))
install: powertop