diff options
author | gingold | 2005-12-18 14:46:45 +0000 |
---|---|---|
committer | gingold | 2005-12-18 14:46:45 +0000 |
commit | cb45d7c240f4aabbd1dd716dd8bf7ab5b2107ff2 (patch) | |
tree | a5162922d12f8508b931c31014370056c35682b3 /translate/gcc | |
parent | 4ed054ad8c1877c1bd620014cfe8a36979c5aa54 (diff) | |
download | ghdl-cb45d7c240f4aabbd1dd716dd8bf7ab5b2107ff2.tar.gz ghdl-cb45d7c240f4aabbd1dd716dd8bf7ab5b2107ff2.tar.bz2 ghdl-cb45d7c240f4aabbd1dd716dd8bf7ab5b2107ff2.zip |
ghdl 0.21 is out
Diffstat (limited to 'translate/gcc')
-rw-r--r-- | translate/gcc/Makefile.in | 2 | ||||
-rw-r--r-- | translate/gcc/dist-common.sh | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/translate/gcc/Makefile.in b/translate/gcc/Makefile.in index 863e430..9f47e58 100644 --- a/translate/gcc/Makefile.in +++ b/translate/gcc/Makefile.in @@ -233,7 +233,7 @@ install-ghdllib: ghdllib grt.lst $(STD93_SRCS) $(STD87_SRCS) \ $(MKDIR) $(DESTDIR)$(VHDL_LIB_DIR)/lib $(INSTALL_DATA) libgrt.a $(DESTDIR)$(VHDL_LIB_DIR)/lib/libgrt.a $(INSTALL_DATA) grt.lst $(DESTDIR)$(VHDL_LIB_DIR)/lib/grt.lst - $(INSTALL_DATA) grt.ver $(DESTDIR)$(VHDL_LIB_DIR)/lib/grt.ver + $(INSTALL_DATA) $(GRTSRCDIR)/grt.ver $(DESTDIR)$(VHDL_LIB_DIR)/lib/grt.ver # Install VHDL sources. $(MKDIR) $(DESTDIR)$(VHDL_LIB_DIR)/src $(MKDIR) $(DESTDIR)$(VHDL_LIB_DIR)/src/std diff --git a/translate/gcc/dist-common.sh b/translate/gcc/dist-common.sh index 442e81d..e74ba92 100644 --- a/translate/gcc/dist-common.sh +++ b/translate/gcc/dist-common.sh @@ -160,6 +160,8 @@ grt-disp.adb grt-disp.ads grt-disp_rti.adb grt-disp_rti.ads +grt-disp_tree.adb +grt-disp_tree.ads grt-disp_signals.adb grt-disp_signals.ads grt-errors.adb @@ -176,6 +178,8 @@ grt-lib.adb grt-lib.ads grt-main.adb grt-main.ads +grt-modules.ads +grt-modules.adb grt-names.adb grt-names.ads grt-options.adb |