socsvn commit: r287479 - soc2015/clord/head/sys/boot/ficl32

clord at FreeBSD.org clord at FreeBSD.org
Tue Jun 23 15:38:00 UTC 2015


Author: clord
Date: Tue Jun 23 15:37:58 2015
New Revision: 287479
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=287479

Log:
  Fix path to ficl Makefile

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

Modified: soc2015/clord/head/sys/boot/ficl32/Makefile
==============================================================================
--- soc2015/clord/head/sys/boot/ficl32/Makefile	Tue Jun 23 15:35:55 2015	(r287478)
+++ soc2015/clord/head/sys/boot/ficl32/Makefile	Tue Jun 23 15:37:58 2015	(r287479)
@@ -5,4 +5,4 @@
 
 .PATH:	${FICLDIR}
 
-.include "${.CURDIR}/../Makefile"
+.include "${.CURDIR}/../ficl/Makefile"


More information about the svn-soc-all mailing list