From b19d03637bc4b7ccd4a3f940f3dd8390fb075a5e Mon Sep 17 00:00:00 2001 From: Brian Drummond Date: Mon, 6 Jan 2014 22:06:35 +0000 Subject: Add missing mkdir in translate/gcc/dist.sh --- translate/gcc/dist.sh | 1 + 1 file changed, 1 insertion(+) 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 } -- cgit v1.2.3