From: Rob Browning Date: Wed, 22 Oct 2014 00:10:17 +0000 (-0500) Subject: Don't try to build src/macuvs.h (via IVD_Sequences.txt) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~137^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a7b79cf9cbb2cb4c8a84935231106ffe07274f33;p=emacs.git Don't try to build src/macuvs.h (via IVD_Sequences.txt) These are OS X specific, and were removed for now, due to uncertainty over the licensing. --- diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in index 31efba0227a..3a23f796f70 100644 --- a/admin/unidata/Makefile.in +++ b/admin/unidata/Makefile.in @@ -56,7 +56,7 @@ am__v_at_1 = .PHONY: all -all: ${top_srcdir}/src/macuvs.h ${unifiles} ${unidir}/charscript.el \ +all: ${unifiles} ${unidir}/charscript.el \ ${unidir}/charprop.el ## Specify .elc as an order-only prereq so as to not needlessly rebuild @@ -117,5 +117,5 @@ maintainer-clean: distclean ## change and it slows down bootstrap (a tiny bit). ## Cf leim/ja-dic (which is much slower). extraclean: - rm -f ${top_srcdir}/src/macuvs.h ${unidir}/charscript.el* + rm -f ${unidir}/charscript.el* rm -f ${unifiles} ${unidir}/charprop.el