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:
parent
8816386c05
commit
e4f553e646
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user