(install) [COPY_LISP_SOURCE]: Fix end of conditional.
This commit is contained in:
parent
8816386c05
commit
e4f553e646
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue