From: Kenichi Handa Date: Wed, 20 Jun 2007 11:28:05 +0000 (+0000) Subject: (${lispsource}international/charprop.el): Move this X-Git-Tag: emacs-pretest-23.0.90~8295^2~405 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1fd0d2b9eb3af3859ae9853b3af5e522f93236fa;p=emacs.git (${lispsource}international/charprop.el): Move this target within "#ifdef HAVE_UNIDATA" and "#endif". --- diff --git a/src/Makefile.in b/src/Makefile.in index 88b6ad4983c..a4750bc3503 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1000,13 +1000,13 @@ ${libsrc}make-docfile${EXEEXT}: #ifdef HAVE_UNIDATA UNIDATA=${admindir}unidata/UnicodeData.txt -#endif ${lispsource}international/charprop.el: temacs${EXEEXT} ${UNIDATA} RUNEMACS="$(RUN_TEMACS)"; \ cd ${admindir}unidata; \ $(MAKE) $(MFLAGS) \ RUNEMACS="$${RUNEMACS}" DSTDIR=${lispsource}international +#endif /* Some systems define this to cause parallel Make-ing. */ #ifndef MAKE_PARALLEL