aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/hybrid/hello/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/hybrid/hello/makefile')
-rw-r--r--dist/examples/cxx/hybrid/hello/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/examples/cxx/hybrid/hello/makefile b/dist/examples/cxx/hybrid/hello/makefile
index 789334f..5499a21 100644
--- a/dist/examples/cxx/hybrid/hello/makefile
+++ b/dist/examples/cxx/hybrid/hello/makefile
@@ -15,7 +15,7 @@ EXTRA_XSDFLAGS += --no-long-long
endif
ifeq ($(XSDE_PARSER_VALIDATION),n)
-EXTRA_XSDFLAGS += --suppress-validation
+EXTRA_XSDFLAGS += --suppress-parser-val
endif
ifeq ($(XSDE_REUSE_STYLE),mixin)