mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
Fix a problem installing mfilterjavac on Windows.
mfilterjavac/Mmakefile: Don't accidentally drop the .exe extension in the install target.
This commit is contained in:
@@ -137,6 +137,6 @@ realclean_local:
|
||||
install: mfilterjavac
|
||||
-[ -d $(INSTALL_MERC_BIN_DIR) ] || mkdir -p $(INSTALL_MERC_BIN_DIR)
|
||||
cp `vpath_find mfilterjavac$(EXT_FOR_EXE)` \
|
||||
$(INSTALL_MERC_BIN_DIR)/mfilterjavac
|
||||
$(INSTALL_MERC_BIN_DIR)/mfilterjavac$(EXT_FOR_EXE)
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
|
||||
Reference in New Issue
Block a user