diff options
Diffstat (limited to 'util/superiotool')
-rw-r--r-- | util/superiotool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile index 060dd412af..900b8aefeb 100644 --- a/util/superiotool/Makefile +++ b/util/superiotool/Makefile @@ -20,9 +20,9 @@ PROGRAM = superiotool -CC = gcc -INSTALL = /usr/bin/install -PREFIX = /usr/local +CC ?= gcc +INSTALL ?= /usr/bin/install +PREFIX ?= /usr/local # Set the superiotool version string to the output of 'git describe'. |