aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdllocal.adb
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2016-09-08 03:37:39 +0100
committerTristan Gingold <tgingold@free.fr>2016-09-17 05:55:22 +0200
commit285084bf0f827af98463a07f520d418b6e999c2a (patch)
treeb66df4aefd03dacf8cc231d3d1fce47e68f939f6 /src/ghdldrv/ghdllocal.adb
parentf9ea178139736775d8be7f8880cb532f56430b49 (diff)
downloadghdl-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/ghdllocal.adb')
-rw-r--r--src/ghdldrv/ghdllocal.adb2
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;