From: N. Engelhardt Date: Thu, 7 May 2020 17:28:18 +0000 (+0200) Subject: Remove yosys libdir from LDFLAGS (and fix a typo) X-Git-Tag: working-ls180~561^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9befa769ff2cf36aca6b38e5015bb5bc26ab857;p=yosys.git Remove yosys libdir from LDFLAGS (and fix a typo) --- diff --git a/Makefile b/Makefile index cb2bf587e..a481dd92b 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,6 @@ YOSYS_SRC := $(dir $(firstword $(MAKEFILE_LIST))) VPATH := $(YOSYS_SRC) CXXFLAGS := $(CXXFLAGS) -Wall -Wextra -ggdb -I. -I"$(YOSYS_SRC)" -MD -D_YOSYS_ -fPIC -I$(PREFIX)/include -LDFLAGS := $(LDFLAGS) -L$(LIBDIR) LDLIBS := $(LDLIBS) -lstdc++ -lm PLUGIN_LDFLAGS := @@ -371,7 +370,7 @@ BOOST_PYTHON_LIB ?= $(shell \ endif ifeq ($(BOOST_PYTHON_LIB),) -$(error BOOST_PYTHON_LIB could not be detected. Please define manualy) +$(error BOOST_PYTHON_LIB could not be detected. Please define manually) endif ifeq ($(OS), Darwin)