diff options
author | Tristan Gingold <gingold@adacore.com> | 2016-09-08 03:37:39 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-09-17 05:55:22 +0200 |
commit | 285084bf0f827af98463a07f520d418b6e999c2a (patch) | |
tree | b66df4aefd03dacf8cc231d3d1fce47e68f939f6 /src/ghdldrv | |
parent | f9ea178139736775d8be7f8880cb532f56430b49 (diff) | |
download | ghdl-285084bf0f827af98463a07f520d418b6e999c2a.tar.gz ghdl-285084bf0f827af98463a07f520d418b6e999c2a.tar.bz2 ghdl-285084bf0f827af98463a07f520d418b6e999c2a.zip |
Move Library_To_File_Name from Back_End to Libraries
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdllocal.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdllocal.adb b/src/ghdldrv/ghdllocal.adb index 193910896..3a9ec6a04 100644 --- a/src/ghdldrv/ghdllocal.adb +++ b/src/ghdldrv/ghdllocal.adb @@ -1009,7 +1009,7 @@ package body Ghdllocal is end if; Perform_Action (Command_Clean (Cmd), Args); Delete (Image (Libraries.Work_Directory) - & Back_End.Library_To_File_Name (Libraries.Work_Library) + & Libraries.Library_To_File_Name (Libraries.Work_Library) & Nul); end Perform_Action; |