From 7b122b34446686ff465b673cfb91419e4e98491d Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 21 Aug 2011 17:11:19 +0800 Subject: [PATCH] Kernel - Helps if I test things before committing --- Kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/Makefile b/Kernel/Makefile index 6501a900..dacafdbf 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -109,7 +109,7 @@ include/syscalls.h include/syscalls.inc.asm: syscalls.lst Makefile GenSyscalls.p Makefile: ../Makefile.cfg arch/$(ARCHDIR)/Makefile # HACK - Rebuild proc when the buildnum changes -$(OBJDIR)drv/proc.o$(OBJSUFFIX): Makefile.BuildNum +#$(OBJDIR)drv/proc.o$(OBJSUFFIX): Makefile.BuildNum.$(ARCH) # Dependency Files -include $(DEPFILES) -- 2.20.1