From: Ben Gras Date: Sun, 27 Jun 2010 23:47:23 +0000 (+0000) Subject: sep ${.OBJDIR} fixes by Antoine Leica. X-Git-Tag: v3.1.8~324 X-Git-Url: http://zhaoyanbai.com/repos/man.named-journalprint.html?a=commitdiff_plain;h=6e47e2996ffd9abc8788548e130e6053844435d7;p=minix.git sep ${.OBJDIR} fixes by Antoine Leica. --- diff --git a/servers/vm/Makefile b/servers/vm/Makefile index 258c76d62..69bece4e6 100644 --- a/servers/vm/Makefile +++ b/servers/vm/Makefile @@ -15,7 +15,7 @@ MAN= BINDIR?= /usr/sbin INSTALLFLAGS+= -S 128k -CPPFLAGS+= -I${.CURDIR} -Iarch/${ARCH} +CPPFLAGS+= -I${.CURDIR} -I${.CURDIR}/arch/${ARCH} CPPFLAGS+= -I${MINIXSRCDIR} .include "arch/${ARCH}/Makefile.inc"