X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=0d1e74d50067dbce4bd3dc9bcbd7954460b5da61;hb=d0e2b4a0a9dd3eed71b56c47268bf4e40cff6d0f;hp=bddcb861b49bbb90bc5646a7da5c55833f4689b5;hpb=88d7bd8cb9eb8d64bf7997600b0d64f7834047c5;p=linux-2.6 diff --git a/Makefile b/Makefile index bddcb861b4..0d1e74d500 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 12 -EXTRAVERSION =-rc4 +EXTRAVERSION = 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