From: Clifford Wolf Date: Wed, 5 Nov 2014 09:37:37 +0000 (+0100) Subject: Removed QMAKE variable from Makefile X-Git-Tag: yosys-0.4~12 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=80869531b91b0fd8da90a1bebdc8d81d35e36e23;p=yosys.git Removed QMAKE variable from Makefile --- diff --git a/Makefile b/Makefile index f3f304ce1..7733dbcbe 100644 --- a/Makefile +++ b/Makefile @@ -33,14 +33,12 @@ 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 LDLIBS = -lstdc++ -lm -QMAKE = qmake-qt4 SED = sed ifeq (Darwin,$(findstring Darwin,$(shell uname))) # add macports include and library path to search directories, don't use '-rdynamic' and '-lrt': CXXFLAGS += -I/opt/local/include LDFLAGS += -L/opt/local/lib - QMAKE = qmake SED = gsed else LDFLAGS += -rdynamic