changeset 90954:6cb647fae9c9

(${lispsource}international/charprop.el): Move this target within "#ifdef HAVE_UNIDATA" and "#endif".
author Kenichi Handa <handa@m17n.org>
date Wed, 20 Jun 2007 11:28:05 +0000
parents b56b261cff11
children 5ee1ee239dc6
files src/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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