fix-makefile-cc-var.patch 325 B

123456789
  1. --- glimpse-4.18.7.orig/dynfilters/Makefile.in
  2. +++ glimpse-4.18.7/dynfilters/Makefile.in
  3. @@ -1,5 +1,5 @@
  4. # Set this variable to the name of your C compiler
  5. -CC=gcc
  6. +CC=@CC@
  7. # Provide optimization flages here. These settings are fine for egcs and
  8. # gcc >= 2.95. If you use an older gcc version, change -O3 to -O2. If you