aboutsummaryrefslogtreecommitdiffstats
path: root/leim
diff options
context:
space:
mode:
Diffstat (limited to 'leim')
-rw-r--r--leim/ChangeLog6
-rw-r--r--leim/makefile.w32-in8
2 files changed, 10 insertions, 4 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index fe7597a0ebe..ed9ff6f9270 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,9 @@
12012-03-25 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
4 of same-dir.tst, to avoid stepping on other (parallel) Make job's
5 toes.
6
12012-03-21 Kenichi Handa <handa@m17n.org> 72012-03-21 Kenichi Handa <handa@m17n.org>
2 8
3 * quail/indian.el ("devanagari-itrans"): Add a few more useful 9 * quail/indian.el ("devanagari-itrans"): Add a few more useful
diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in
index 19ccaf4f62b..e9a56e79f73 100644
--- a/leim/makefile.w32-in
+++ b/leim/makefile.w32-in
@@ -201,13 +201,13 @@ leim-list.el: $(SUBDIRS) $(WORLD) $(srcdir)/leim-ext.el
201 201
202install: all 202install: all
203 - mkdir "$(INSTALLDIR)" 203 - mkdir "$(INSTALLDIR)"
204 - $(DEL) same-dir.tst 204 - $(DEL) $(DIRNAME)_same-dir.tst
205 - $(DEL) $(INSTALL_DIR)/same-dir.tst 205 - $(DEL) $(INSTALL_DIR)/$(DIRNAME)_same-dir.tst
206 echo SameDirTest > $(INSTALL_DIR)/same-dir.tst 206 echo SameDirTest > $(INSTALL_DIR)/$(DIRNAME)_same-dir.tst
207 $(IFNOTSAMEDIR) $(CP) leim-list.el $(INSTALLDIR) $(ENDIF) 207 $(IFNOTSAMEDIR) $(CP) leim-list.el $(INSTALLDIR) $(ENDIF)
208 $(IFNOTSAMEDIR) $(CP_DIR) quail $(INSTALLDIR) $(ENDIF) 208 $(IFNOTSAMEDIR) $(CP_DIR) quail $(INSTALLDIR) $(ENDIF)
209 $(IFNOTSAMEDIR) $(CP_DIR) ja-dic $(INSTALLDIR) $(ENDIF) 209 $(IFNOTSAMEDIR) $(CP_DIR) ja-dic $(INSTALLDIR) $(ENDIF)
210 - $(DEL) $(INSTALL_DIR)/same-dir.tst 210 - $(DEL) $(INSTALL_DIR)/$(DIRNAME)_same-dir.tst
211 211
212clean mostlyclean: 212clean mostlyclean:
213 - $(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) 213 - $(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)