Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2015 15:39:15 GMT
From:      clord@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r287480 - soc2015/clord/head/sys/boot/ficl
Message-ID:  <201506231539.t5NFdFhN051145@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: clord
Date: Tue Jun 23 15:39:15 2015
New Revision: 287480
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=287480

Log:
  Fix path to common files in ficl Makefile

Modified:
  soc2015/clord/head/sys/boot/ficl/Makefile

Modified: soc2015/clord/head/sys/boot/ficl/Makefile
==============================================================================
--- soc2015/clord/head/sys/boot/ficl/Makefile	Tue Jun 23 15:37:58 2015	(r287479)
+++ soc2015/clord/head/sys/boot/ficl/Makefile	Tue Jun 23 15:39:15 2015	(r287480)
@@ -76,7 +76,7 @@
 .endif
 
 CFLAGS+=	-I${FICLDIR} -I${FICLDIR}/${FICL_CPUARCH} \
-		-I${FICLDIR}/../common
+		-I${FICLDIR}/../../boot/common
 
 softcore.c: ${SOFTWORDS} softcore.awk
 	(cd ${FICLDIR}/softwords; cat ${SOFTWORDS} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506231539.t5NFdFhN051145>