]> git.eshelyaron.com Git - emacs.git/commitdiff
(${lispsource}international/charprop.el): Move this
authorKenichi Handa <handa@m17n.org>
Wed, 20 Jun 2007 11:28:05 +0000 (11:28 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 20 Jun 2007 11:28:05 +0000 (11:28 +0000)
target within "#ifdef HAVE_UNIDATA" and "#endif".

src/Makefile.in

index 88b6ad4983cab5a9a2e34c0657cd5bdf0a842c8c..a4750bc35030ada5a944b4761f6c17b0fbaed2ef 100644 (file)
@@ -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