1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00:00

(install) [COPY_LISP_SOURCE]: Fix end of conditional.

This commit is contained in:
Geoff Voelker 1998-12-08 23:55:20 +00:00
parent 8816386c05
commit e4f553e646

View File

@ -46,9 +46,9 @@ install:; - mkdir $(INSTALL_DIR)\lisp
if not exist .\same-dir.tst for %%f in ( $(topdontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp
if not exist .\same-dir.tst for %%f in ( $(maildontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp\mail
if not exist .\same-dir.tst for %%f in ( $(playdontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp\play
!endif
if not exist .\same-dir.tst for %%f in ( $(interdontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp\international
- $(DEL) $(INSTALL_DIR)\lisp\same-dir.tst
!endif
#
# Maintenance