diff options
| author | Miodrag Milanovic <mmicko@gmail.com> | 2019-05-28 15:43:27 +0200 |
|---|---|---|
| committer | Miodrag Milanovic <mmicko@gmail.com> | 2019-05-28 15:43:27 +0200 |
| commit | 040b06cb370a8a0a6cdfdf49a605ee2eb113a01c (patch) | |
| tree | 8df1f934e23d936f28ba2d7b4f52859501aafe7e | |
| parent | 1575d962fa57ad06ad541cdac364893590e687f5 (diff) | |
| download | yosys-040b06cb370a8a0a6cdfdf49a605ee2eb113a01c.tar.gz yosys-040b06cb370a8a0a6cdfdf49a605ee2eb113a01c.tar.bz2 yosys-040b06cb370a8a0a6cdfdf49a605ee2eb113a01c.zip | |
Remove info line in 2nd load of conf file
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -147,7 +147,6 @@ PYTHON_DESTDIR := $(PYTHON_PREFIX)/lib/python$(PYTHON_VERSION)/site-packages # Reload Makefile.conf to override python specific variables if defined ifneq ($(wildcard Makefile.conf),) -$(info $(subst $$--$$,$(newline),$(shell sed 's,^,[Makefile.conf] ,; s,$$,$$--$$,;' < Makefile.conf | tr -d '\n' | sed 's,\$$--\$$$$,,'))) include Makefile.conf endif |
