X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=c11a317ea910df5c8456de992ae8f932a102b12b;hb=b16760bbb9e3c63b6beef7e2c8f8db64ab5efe70;hp=f7eb55878f11575281add2a5726e483aed5e45bb;hpb=07342d623b8e1ac9501a36a0da55cbce1117aeaf;p=pandora-kernel.git diff --git a/Makefile b/Makefile index f7eb55878f11..c11a317ea910 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 12 -EXTRAVERSION =-rc3 +EXTRAVERSION =-rc5 NAME=Woozy Numbat # *DOCUMENTATION* @@ -530,7 +530,7 @@ endif include $(srctree)/arch/$(ARCH)/Makefile # arch Makefile may override CC so keep this after arch Makefile is included -NOSTDINC_FLAGS := -nostdinc -isystem $(shell $(CC) -print-file-name=include) +NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include) CHECKFLAGS += $(NOSTDINC_FLAGS) # warn about C99 declaration after statement