]> git.vomp.tv Git - vompclient.git/commitdiff
Second attempt of makefile fix reported by davep
authorMarten Richter <marten.richter@freenet.de>
Fri, 23 Nov 2012 07:17:33 +0000 (08:17 +0100)
committerMarten Richter <marten.richter@freenet.de>
Fri, 23 Nov 2012 07:17:33 +0000 (08:17 +0100)
GNUmakefile

index e52ff4d58ad5810eeb808adffc722cc9cf962109..248b274c3aacd7da116bee6806b5aa98aacdc3c1 100644 (file)
@@ -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