mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
2e3de14cc3
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
12 lines
335 B
Diff
12 lines
335 B
Diff
--- a/make.tmpl.in
|
|
+++ b/make.tmpl.in
|
|
@@ -19,7 +19,7 @@ SHELL = /bin/sh
|
|
|
|
# Allow environment to override any built-in default value for CC.
|
|
# If there is a built-in default, CC is NOT set to @CC@ here.
|
|
-CC ?= @CC@
|
|
+CC = @CC@
|
|
|
|
# If $(CC) holds the usual built-in default value of 'cc' then replace it with
|
|
# the configured value.
|