From: Matthew Fernandez Date: Wed, 2 Sep 2020 02:29:09 +0000 (-0700) Subject: remove unnecessary intermediate build artifact X-Git-Tag: 2.46.0~20^2^2~92^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abef81f7629f74c9fead56583ebd2b2b539a4010;p=graphviz remove unnecessary intermediate build artifact This is the equivalent of c498c4bb3e12e48e3bab9aba8d3162535e163c92 for exparse.y. Related to #1806. --- 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