patch-Makefile.orig 419 B

1234567891011121314
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- digitemp-3.6.0.orig/Makefile 2008-08-28 23:37:00.000000000 +0200
  3. +++ digitemp-3.6.0/Makefile 2009-06-01 20:03:24.000000000 +0200
  4. @@ -11,8 +11,8 @@
  5. VERSION = 3.6.0
  6. -CC = gcc
  7. -CFLAGS = -I./src -I./userial -O2 -Wall # -g
  8. +CC ?= gcc
  9. +CFLAGS = -I./src -I./userial
  10. OBJS = src/digitemp.o src/device_name.o src/ds2438.o
  11. HDRS = src/digitemp.h src/device_name.h