From: Marten Richter Date: Fri, 23 Nov 2012 07:17:33 +0000 (+0100) Subject: Second attempt of makefile fix reported by davep X-Git-Tag: 0-4-0^2~12^2~14 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=9d7d60f1dbfa2cc4fd4ba1260e057521abdc9bc6;p=vompclient.git Second attempt of makefile fix reported by davep --- diff --git a/GNUmakefile b/GNUmakefile index e52ff4d..248b274 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -26,8 +26,8 @@ endif -CXXFLAGS_DEV = -g -O0 -Wall -Wshadow -DDEV -D_GNU_SOURCE $(INCLUDES) -CXXFLAGS_REL = -O3 -Wall -Wshadow -D_GNU_SOURCE $(INCLUDES) +CXXFLAGS_DEV = -g -O0 -Wall -Wshadow -DDEV -D_GNU_SOURCE $(INCLUDES) $(vomp_options) +CXXFLAGS_REL = -O3 -Wall -Wshadow -D_GNU_SOURCE $(INCLUDES) $(vomp_options) LIBPATHS = @@ -109,7 +109,7 @@ release: CXXFLAGS := $(CXXFLAGS_REL) release: clean vompclient strip deps: GNUmakefile - $(CC) -MM $(INCLUDES) $(vomp_options) $(OBJECTS:%.o=%.cc) > deps + $(CC) -MM $(INCLUDES) $(OBJECTS:%.o=%.cc) > deps -include deps