svn commit: r247437 - projects/uefi/sys/boot/i386/efi

Benno Rice benno at FreeBSD.org
Thu Feb 28 00:52:44 UTC 2013


Author: benno
Date: Thu Feb 28 00:52:44 2013
New Revision: 247437
URL: http://svnweb.freebsd.org/changeset/base/247437

Log:
  We need an x86 link along with our machine link.

Modified:
  projects/uefi/sys/boot/i386/efi/Makefile

Modified: projects/uefi/sys/boot/i386/efi/Makefile
==============================================================================
--- projects/uefi/sys/boot/i386/efi/Makefile	Thu Feb 28 00:50:37 2013	(r247436)
+++ projects/uefi/sys/boot/i386/efi/Makefile	Thu Feb 28 00:52:44 2013	(r247437)
@@ -86,10 +86,12 @@ LDADD=		${LIBFICL} ${LIBEFI} ${LIBSTAND}
 
 .include <bsd.prog.mk>
 
+beforedepend ${OBJS}: machine x86
+
+CLEANFILES+=   machine x86
 
-.if ${MACHINE_CPUARCH} == "amd64"
-beforedepend ${OBJS}: machine
-CLEANFILES+=   machine
 machine:
 	ln -sf ${.CURDIR}/../../../amd64/include machine
-.endif
+
+x86:
+	ln -sf ${.CURDIR}/../../../x86/include x86


More information about the svn-src-projects mailing list