make/common/NativeCompilation.gmk
changeset 49517 a387ee36e5e0
parent 49270 f6ad4d73c834
child 49534 210cf224b690
--- a/make/common/NativeCompilation.gmk	Tue Apr 03 22:33:58 2018 +0200
+++ b/make/common/NativeCompilation.gmk	Tue Apr 03 22:37:43 2018 +0200
@@ -292,8 +292,7 @@
     endif
 
     ifneq ($$(strip $$($1_CFLAGS) $$($1_CXXFLAGS) $$($1_OPTIMIZATION)), )
-      $1_VARDEPS := $$($1_CFLAGS) $$($1_CXXFLAGS) $$($1_OPT_CFLAGS) \
-          $$($1_OPT_CXXFLAGS)
+      $1_VARDEPS := $$($1_CFLAGS) $$($1_CXXFLAGS) $$($1_OPTIMIZATION)
       $1_VARDEPS_FILE := $$(call DependOnVariable, $1_VARDEPS, $$($1_OBJ).vardeps)
     endif