diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
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 |
| 1002 | UNIDATA=${admindir}unidata/UnicodeData.txt | 1002 | UNIDATA=${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 |