# HG changeset patch # User Kenichi Handa # Date 1182338885 0 # Node ID 6cb647fae9c932db365e1f9b728a28b5476137b6 # Parent b56b261cff11d8ef73cef89129c9fddbec9f7456 (${lispsource}international/charprop.el): Move this target within "#ifdef HAVE_UNIDATA" and "#endif". diff -r b56b261cff11 -r 6cb647fae9c9 src/Makefile.in --- a/src/Makefile.in Mon Jun 18 15:17:46 2007 +0000 +++ b/src/Makefile.in Wed Jun 20 11:28:05 2007 +0000 @@ -1000,13 +1000,13 @@ #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