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; \ _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"