You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
335 B

  1. --- a/make.tmpl.in
  2. +++ b/make.tmpl.in
  3. @@ -29,7 +29,7 @@ SHELL = @SHELL@
  4. # Allow environment to override any built-in default value for CC.
  5. # If there is a built-in default, CC is NOT set to @CC@ here.
  6. -CC ?= @CC@
  7. +CC = @CC@
  8. # If $(CC) holds the usual built-in default value of 'cc' then replace it with
  9. # the configured value.