]> git.ozlabs.org Git - yaboot.git/blobdiff - Makefile
warnings: Update scopy() to explictly throw away computed value.
[yaboot.git] / Makefile
index 44cec276ae12238a378175bd4be6553b33319125..bff8ffe82cd738716cedf233702b5f89ad9f7452 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ OBJCOPY               := $(CROSS)objcopy
 # The flags for the yaboot binary.
 #
 YBCFLAGS = -Os -m32 $(CFLAGS) -nostdinc -Wall -isystem `$(CC) -m32 -print-file-name=include` -fsigned-char
-YBCFLAGS += -DVERSION=\"${VERSION}${VERSIONEXTRA}\"    #"
+YBCFLAGS += -DVERSION="\"${VERSION}${VERSIONEXTRA}\""
 YBCFLAGS += -DTEXTADDR=$(TEXTADDR) -DDEBUG=$(DEBUG)
 YBCFLAGS += -DMALLOCADDR=$(MALLOCADDR) -DMALLOCSIZE=$(MALLOCSIZE)
 YBCFLAGS += -DKERNELADDR=$(KERNELADDR)