From e82a5474b7d50e313a3a9022841744914bdef78d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 20 May 2017 09:23:28 +0200 Subject: stronger magic test --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 1b77e89..34b1cb4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ LD := ld NASMFLAGS := -f elf32 NASM := nasm OBJCOPY := objcopy -MAGIC = $(shell printf '%x' `date +%s`) +MAGIC := $(shell printf '%x' `date +%s`) all: image.bin kernel.sym -- cgit v1.2.3-54-g00ecf