Date: Fri, 24 Oct 2014 23:25:12 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r273613 - head/include Message-ID: <201410242325.s9ONPC0a013745@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rpaulo Date: Fri Oct 24 23:25:11 2014 New Revision: 273613 URL: https://svnweb.freebsd.org/changeset/base/273613 Log: Fix the build by installing acpi_hpet.h correctly. Submitted by: jase MFC after: 1 week Modified: head/include/Makefile Modified: head/include/Makefile ============================================================================== --- head/include/Makefile Fri Oct 24 23:24:47 2014 (r273612) +++ head/include/Makefile Fri Oct 24 23:25:11 2014 (r273613) @@ -158,7 +158,7 @@ copies: .endfor cd ${.CURDIR}/../sys/dev/acpica; \ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 acpiio.h \ - ${DESTDIR}${INCLUDEDIR}/dev/acpica + ${DESTDIR}${INCLUDEDIR}/dev/acpica; \ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 acpi_hpet.h \ ${DESTDIR}${INCLUDEDIR}/dev/acpica cd ${.CURDIR}/../sys/dev/agp; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410242325.s9ONPC0a013745>