From dd699e03c111d11c7780863773993df34fee1726 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 13 Jan 2015 12:21:27 +0100 Subject: Small Makefile typo fix --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a3aa2a39..a1e2cb76 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 -- cgit v1.2.3