From: Clifford Wolf Date: Tue, 13 Jan 2015 11:21:27 +0000 (+0100) Subject: Small Makefile typo fix X-Git-Tag: yosys-0.5~112 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd699e03c111d11c7780863773993df34fee1726;p=yosys.git Small Makefile typo fix --- diff --git a/Makefile b/Makefile index a3aa2a397..a1e2cb76b 100644 --- a/Makefile +++ b/Makefile @@ -31,8 +31,8 @@ SMALL = 0 all: top-all -CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -MD -DYOSYS_SRC='"$(shell pwd)"' -D_YOSYS_ -fPIC -I${DESTDIR}/include -LDFLAGS = -L${DESTDIR}/lib +CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -MD -DYOSYS_SRC='"$(shell pwd)"' -D_YOSYS_ -fPIC -I$(DESTDIR)/include +LDFLAGS = -L$(DESTDIR)/lib LDLIBS = -lstdc++ -lm SED = sed BISON = bison