diff options
| author | Tristan Gingold <tgingold@free.fr> | 2020-04-25 05:04:05 +0200 |
|---|---|---|
| committer | Tristan Gingold <tgingold@free.fr> | 2020-04-25 05:04:37 +0200 |
| commit | a2677efdb3f0a455f1f783f710c7ea4903749c57 (patch) | |
| tree | a443e576d1892b25f9e228d189a55c1ee78eaa0b | |
| parent | 43263a95f862d1ffb27f8d9f8ce463fab65bb551 (diff) | |
| download | ghdl-a2677efdb3f0a455f1f783f710c7ea4903749c57.tar.gz ghdl-a2677efdb3f0a455f1f783f710c7ea4903749c57.tar.bz2 ghdl-a2677efdb3f0a455f1f783f710c7ea4903749c57.zip | |
Makefile.in: minor cleanup.
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 452ec3127..fffff8f77 100644 --- a/Makefile.in +++ b/Makefile.in @@ -514,9 +514,6 @@ install.vpi.local: all.vpi ################ Libraries ############################################### -LIBSRC_DIR:=$(srcdir)/libraries -LIBDST_DIR:=$(libdirsuffix) - VHDLLIB_SUBDIRS_COMMON= src/std src/std/v87 src/std/v93 src/std/v08 \ src/synopsys src/synopsys/v08 \ std/v87 ieee/v87 \ |
