1 Index: udev-106/Makefile
2 ===================================================================
3 --- udev-106.orig/Makefile 2007-06-04 13:22:17.765154568 +0200
4 +++ udev-106/Makefile 2007-06-04 13:22:17.831144536 +0200
6 AR = $(CROSS_COMPILE)ar
7 RANLIB = $(CROSS_COMPILE)ranlib
9 -CFLAGS = -g -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
10 +CFLAGS = -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
11 WARNINGS = -Wstrict-prototypes -Wsign-compare -Wshadow \
12 -Wchar-subscripts -Wmissing-declarations -Wnested-externs \
13 -Wpointer-arith -Wcast-align -Wsign-compare -Wmissing-prototypes
16 # if DEBUG is enabled, then we do not strip
17 ifeq ($(strip $(DEBUG)),true)
19 + CFLAGS += -g -DDEBUG
22 ifeq ($(strip $(USE_GCOV)),true)