svn commit: r273613 - head/include

Rui Paulo rpaulo at FreeBSD.org
Fri Oct 24 23:25:12 UTC 2014


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; \


More information about the svn-src-all mailing list