From 9d7d60f1dbfa2cc4fd4ba1260e057521abdc9bc6 Mon Sep 17 00:00:00 2001 From: Marten Richter Date: Fri, 23 Nov 2012 08:17:33 +0100 Subject: [PATCH] Second attempt of makefile fix reported by davep --- GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2