=================================================================== RCS file: /cvsrepo/anoncvs/cvs/xenocara/Makefile,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- xenocara/Makefile 2014/07/16 21:38:36 1.60 +++ xenocara/Makefile 2014/08/28 17:08:33 1.61 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.60 2014/07/16 21:38:36 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.61 2014/08/28 17:08:33 matthieu Exp $ .include .include @@ -101,7 +101,6 @@ release-install: @exec ${MAKE} bootstrap-root - @exec ${MAKE} install .if ${MACHINE} == zaurus @if [ -f $(DESTDIR)/etc/X11/xorg.conf ]; then \ echo "Not overwriting existing" $(DESTDIR)/etc/X11/xorg.conf; \ @@ -111,6 +110,7 @@ fi .endif touch ${DESTDIR}/usr/share/sysmerge/xetcsum + @exec ${MAKE} install XETCLIST=`mktemp /tmp/_xetcsum.XXXXXXXXXX` || exit 1; \ sort distrib/sets/lists/xetc/{mi,md.${MACHINE}} > $${XETCLIST}; \ cd ${DESTDIR} && \