blob: f1277f5dbb7f099d2d47dbcd330dc83607bf0789 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Dont hardcode CC. Thus allow to use a cross-compiler
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
--- unclutter-1.09/Makefile.orig 2007-02-05 23:52:40.000000000 +0100
+++ unclutter-1.09/Makefile 2013-05-14 19:08:13.612112758 +0200
@@ -1,7 +1,6 @@
# Makefile for unclutter. Throw this away and use the Imakefile if you can.
TOP = .
CURRENT_DIR = .
- CC = gcc
LKED = $(CC)
INSTALL = install
MAKE = make
|