From abef81f7629f74c9fead56583ebd2b2b539a4010 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 1 Sep 2020 19:29:09 -0700 Subject: [PATCH] remove unnecessary intermediate build artifact This is the equivalent of c498c4bb3e12e48e3bab9aba8d3162535e163c92 for exparse.y. Related to #1806. --- lib/expr/expr.vcxproj | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/lib/expr/expr.vcxproj b/lib/expr/expr.vcxproj index 5b4c03a1d..bf9bc25ec 100644 --- a/lib/expr/expr.vcxproj +++ b/lib/expr/expr.vcxproj @@ -64,11 +64,7 @@ - win_bison -Wno-yacc -dy exparse.y -o exparse-intermediate.c -copy exparse-intermediate.c exparse.c -copy exparse-intermediate.h exparse.h -del exparse-intermediate.c -del exparse-intermediate.h + win_bison -Wno-yacc -dy exparse.y -o exparse.c @@ -82,11 +78,7 @@ del exparse-intermediate.h - win_bison -Wno-yacc -dy exparse.y -o exparse-intermediate.c -copy exparse-intermediate.c exparse.c -copy exparse-intermediate.h exparse.h -del exparse-intermediate.c -del exparse-intermediate.h + win_bison -Wno-yacc -dy exparse.y -o exparse.c -- 2.40.0