From 4659879b5fb495e6c65159fc801a77b1a334649e Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 27 May 1993 11:36:25 +0000 Subject: [PATCH] compile directory has moved, relative paths change -DKERNEL in Makefile, not in genassym.c, same as i386 --- sys/arch/hp300/conf/Makefile.hp300 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300 index c6b0d7798e6f..d5c7e613e685 100644 --- a/sys/arch/hp300/conf/Makefile.hp300 +++ b/sys/arch/hp300/conf/Makefile.hp300 @@ -30,7 +30,7 @@ GPROF.EX=/usr/src/usr.lib/libc/csu/hp300/gmon.ex # source tree is located via $S relative to the compilation directory S= ../../../.. -HP300= $S/hp300 +HP300= ../.. INCLUDES= -I. -I$S -I$S/sys COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Dmc68020 -Dhp300 -DFPCOPROC -DREFBIT @@ -120,7 +120,7 @@ assym.s: genassym ./genassym >assym.s genassym: - ${CC} ${INCLUDES} ${IDENT} ${PARAM} -Dmc68020 -Dhp300 -o genassym \ + ${CC} ${INCLUDES} ${IDENT} -DKERNEL ${PARAM} -Dmc68020 -Dhp300 -o genassym \ ${HP300}/hp300/genassym.c depend: assym.s param.c