aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/makefile.w32-in
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/makefile.w32-in')
-rw-r--r--lisp/makefile.w32-in10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index 33c87778dfd..7907c5f10ce 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -510,9 +510,9 @@ bootstrap: update-subdirs autoloads mh-autoloads compile finder-data custom-deps
510# 510#
511install: 511install:
512 - mkdir "$(INSTALL_DIR)/lisp" 512 - mkdir "$(INSTALL_DIR)/lisp"
513 - $(DEL) ../same-dir.tst 513 - $(DEL) ../$(DIRNAME)_same-dir.tst
514 - $(DEL) "$(INSTALL_DIR)/same-dir.tst" 514 - $(DEL) "$(INSTALL_DIR)/$(DIRNAME)_same-dir.tst"
515 echo SameDirTest > "$(INSTALL_DIR)/same-dir.tst" 515 echo SameDirTest > "$(INSTALL_DIR)/$(DIRNAME)_same-dir.tst"
516#ifdef COPY_LISP_SOURCE 516#ifdef COPY_LISP_SOURCE
517 $(IFNOTSAMEDIR) $(MAKE) $(MFLAGS) install-lisp-$(SHELLTYPE) $(ENDIF) 517 $(IFNOTSAMEDIR) $(MAKE) $(MFLAGS) install-lisp-$(SHELLTYPE) $(ENDIF)
518#else 518#else
@@ -528,8 +528,8 @@ install:
528# $(IFNOTSAMEDIR) $(CP) international/latin-*.el "$(INSTALL_DIR)/lisp/international" $(ENDIF) 528# $(IFNOTSAMEDIR) $(CP) international/latin-*.el "$(INSTALL_DIR)/lisp/international" $(ENDIF)
529# $(IFNOTSAMEDIR) $(CP) international/mule-conf.el "$(INSTALL_DIR)/lisp/international" $(ENDIF) 529# $(IFNOTSAMEDIR) $(CP) international/mule-conf.el "$(INSTALL_DIR)/lisp/international" $(ENDIF)
530#endif 530#endif
531 - $(DEL) ../same-dir.tst 531 - $(DEL) ../$(DIRNAME)_same-dir.tst
532 - $(DEL) "$(INSTALL_DIR)/same-dir.tst" 532 - $(DEL) "$(INSTALL_DIR)/$(DIRNAME)_same-dir.tst"
533 533
534# Need to copy *.el files first, to avoid "source file is newer" annoyance 534# Need to copy *.el files first, to avoid "source file is newer" annoyance
535# since cp does not preserve time stamps 535# since cp does not preserve time stamps