From 079efc76edfdc090f4ff06b638334f954f25aa34 Mon Sep 17 00:00:00 2001 From: Ruben Undheim Date: Fri, 23 Nov 2018 22:13:49 +0100 Subject: No " " around CXXFLAGS --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c8a50db..b1caee4 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ OCTAVE_HOSTTYPE = $(shell octave-config -p CANONICAL_HOST_TYPE) OCTAVE_API_VERSION = $(shell octave-config -p API_VERSION) OCTAVE_FULLBPATH = $(OCTAVE_BPATH)/openems-0.0.35/$(OCTAVE_HOSTTYPE)-$(OCTAVE_API_VERSION) -export CXXFLAGS := "$(CXXFLAGS) -DSSE_CORRECT_DENORMALS=0" +export CXXFLAGS := $(CXXFLAGS) -DSSE_CORRECT_DENORMALS=0 %: dh $@ -- cgit v1.2.3