Don't pull in VERSION from the build environment - there is too great a potential for a variable conflict.
Signed-off-by: Kevin O'Connor kevin@koconnor.net --- Makefile | 1 + 1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile index e287530..220a9f7 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ PYTHON=python CPP=cpp IASL:=iasl LD32BIT_FLAG:=-melf_i386 +VERSION:=
# Source files SRCBOTH=misc.c stacks.c output.c string.c block.c cdrom.c disk.c mouse.c kbd.c \