From 8b70f19427db3307135b4d8b2a7bca31fc1d1a71 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Fri, 2 Apr 2021 20:19:26 -0600 Subject: hide gnuist assignment operators behind feature --- src/makefile/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/makefile/mod.rs') diff --git a/src/makefile/mod.rs b/src/makefile/mod.rs index 3de4975..f4f0853 100644 --- a/src/makefile/mod.rs +++ b/src/makefile/mod.rs @@ -386,6 +386,8 @@ impl<'a> Makefile<'a> { let mut expand_value = false; let mut skip_if_defined = false; let mut append = false; + + #[cfg(feature = "full")] let name = if let Some(real_name) = name.strip_suffix("::") { expand_value = true; real_name -- cgit v1.2.3