diff options
author | Tristan Gingold | 2014-12-21 21:34:48 +0100 |
---|---|---|
committer | Tristan Gingold | 2014-12-21 21:34:48 +0100 |
commit | 4c3181e8d52b654b9ca1112b272f53803c7f5dc1 (patch) | |
tree | ba92f927e5b20cd3d0f70c83d7fc45bbcf73ea6b /libraries/Makefile.inc | |
parent | cc8c7684219e99a4cea75ff4c7757de27b78c572 (diff) | |
download | ghdl-4c3181e8d52b654b9ca1112b272f53803c7f5dc1.tar.gz ghdl-4c3181e8d52b654b9ca1112b272f53803c7f5dc1.tar.bz2 ghdl-4c3181e8d52b654b9ca1112b272f53803c7f5dc1.zip |
Backport from ghdl 0.32: update libraries and ghdlfilter.
From Brian Davis.
Diffstat (limited to 'libraries/Makefile.inc')
-rw-r--r-- | libraries/Makefile.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/Makefile.inc b/libraries/Makefile.inc index f12c023..fceed0d 100644 --- a/libraries/Makefile.inc +++ b/libraries/Makefile.inc @@ -77,13 +77,13 @@ MENTOR93_BSRCS := $(MENTOR_BSRCS) .PREFIXES: .vhdl .v93 .v87 .v08 -SED_V93 := sed -e '/--V87/s/^/ --/' \ - -e '/--START-V08/,/--END-V08/s/^/--/' +SED_V93:= sed -e '/--V87/s/^/ --/' \ + -e '/--START-V08/,/--END-V08/s/^/--/' -SED_V87 := sed -e '/--V93/s/^/ --/' -e '/--START-V93/,/--END-V93/s/^/--/' \ - -e '/--START-V08/,/--END-V08/s/^/--/' +SED_V87:= sed -e '/--!V87/s/^/ --/' -e '/--START-!V87/,/--END-!V87/s/^/--/' \ + -e '/--START-V08/,/--END-V08/s/^/--/' -SED_V08 := sed -e '/--V87/s/^/ --/' +SED_V08:= sed -e '/--V87/s/^/ --/' LIB87_DIR:=$(LIBDST_DIR)/v87 STD87_DIR:=$(LIB87_DIR)/std |