diff options
| author | Brian Drummond <brian@shapes.demon.co.uk> | 2014-01-06 22:06:35 +0000 |
|---|---|---|
| committer | Brian Drummond <brian@shapes.demon.co.uk> | 2014-01-06 22:06:35 +0000 |
| commit | b19d03637bc4b7ccd4a3f940f3dd8390fb075a5e (patch) | |
| tree | bfb147275b466bea64e6c25f4c14d08d6b5cbd94 | |
| parent | 5c196ffe9645fd9d56c8ba0ee7287587700725f2 (diff) | |
| download | ghdl-b19d03637bc4b7ccd4a3f940f3dd8390fb075a5e.tar.gz ghdl-b19d03637bc4b7ccd4a3f940f3dd8390fb075a5e.tar.bz2 ghdl-b19d03637bc4b7ccd4a3f940f3dd8390fb075a5e.zip | |
Add missing mkdir in translate/gcc/dist.sh
| -rwxr-xr-x | translate/gcc/dist.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/translate/gcc/dist.sh b/translate/gcc/dist.sh index 950133471..cefbdfeed 100755 --- a/translate/gcc/dist.sh +++ b/translate/gcc/dist.sh @@ -80,6 +80,7 @@ do_clean () mkdir $VHDLDIR/libraries/std $VHDLDIR/libraries/ieee mkdir $VHDLDIR/libraries/vital95 $VHDLDIR/libraries/vital2000 mkdir $VHDLDIR/libraries/synopsys $VHDLDIR/libraries/mentor + mkdir $VHDLDIR/libraries/ieee2008 mkdir $VHDLDIR/grt mkdir $VHDLDIR/grt/config } |
