aboutsummaryrefslogtreecommitdiff
path: root/src/makefile/macro.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile/macro.rs')
-rw-r--r--src/makefile/macro.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makefile/macro.rs b/src/makefile/macro.rs
index 2dfd84f..af7e354 100644
--- a/src/makefile/macro.rs
+++ b/src/makefile/macro.rs
@@ -369,7 +369,6 @@ fn builtins() -> Vec<(&'static str, TokenString)> {
}
make![
- MAKE=(std::env::current_exe().map_or_else(|_| TokenString::text("makers"), |x| TokenString::text(x.to_string_lossy())))
AR=ar
YACC=yacc
YFLAGS=""