From 6c453cf1d11967a46301c4a2b126f8a4d8ac8e3b Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Sun, 28 Nov 2010 01:45:27 +0100 Subject: scullc: Makefile: Change CFLAGS to EXTRA_CFLAGS --- scullc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scullc') diff --git a/scullc/Makefile b/scullc/Makefile index 9b90b41..7c13241 100644 --- a/scullc/Makefile +++ b/scullc/Makefile @@ -9,7 +9,7 @@ else DEBFLAGS = -O2 endif -CFLAGS += $(DEBFLAGS) -I$(LDDINC) +EXTRA_CFLAGS += $(DEBFLAGS) -I$(LDDINC) TARGET = scullc @@ -39,7 +39,7 @@ clean: depend .depend dep: - $(CC) $(CFLAGS) -M *.c > .depend + $(CC) $(EXTRA_CFLAGS) -M *.c > .depend ifeq (.depend,$(wildcard .depend)) include .depend -- cgit v1.2.1-18-gbd029