aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2007-06-20 11:28:05 +0000
committerKenichi Handa2007-06-20 11:28:05 +0000
commit1fd0d2b9eb3af3859ae9853b3af5e522f93236fa (patch)
tree08b8c549bd71d6587ecdc8304c32317ac521f067 /src
parentacd1b9bda4d97d05fab8d678590f9adac9a46f2f (diff)
downloademacs-1fd0d2b9eb3af3859ae9853b3af5e522f93236fa.tar.gz
emacs-1fd0d2b9eb3af3859ae9853b3af5e522f93236fa.zip
(${lispsource}international/charprop.el): Move this
target within "#ifdef HAVE_UNIDATA" and "#endif".
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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}:
1000 1000
1001#ifdef HAVE_UNIDATA 1001#ifdef HAVE_UNIDATA
1002UNIDATA=${admindir}unidata/UnicodeData.txt 1002UNIDATA=${admindir}unidata/UnicodeData.txt
1003#endif
1004 1003
1005${lispsource}international/charprop.el: temacs${EXEEXT} ${UNIDATA} 1004${lispsource}international/charprop.el: temacs${EXEEXT} ${UNIDATA}
1006 RUNEMACS="$(RUN_TEMACS)"; \ 1005 RUNEMACS="$(RUN_TEMACS)"; \
1007 cd ${admindir}unidata; \ 1006 cd ${admindir}unidata; \
1008 $(MAKE) $(MFLAGS) \ 1007 $(MAKE) $(MFLAGS) \
1009 RUNEMACS="$${RUNEMACS}" DSTDIR=${lispsource}international 1008 RUNEMACS="$${RUNEMACS}" DSTDIR=${lispsource}international
1009#endif
1010 1010
1011/* Some systems define this to cause parallel Make-ing. */ 1011/* Some systems define this to cause parallel Make-ing. */
1012#ifndef MAKE_PARALLEL 1012#ifndef MAKE_PARALLEL