From 05a3929b1a032e13a51c021412a4c621ecb1331b Mon Sep 17 00:00:00 2001 From: Cary R Date: Thu, 10 Dec 2009 14:39:21 -0800 Subject: [PATCH] Remove version.exe with a -f to avoid a warning. If version.exe does not exist and we don't have a -f then we will get a warning. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 14698cf2f..9e5aab5f4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -107,7 +107,7 @@ clean: rm -f syn-rules.output dosify.exe ivl@EXEEXT@ check.vvp rm -f lexor_keyword.cc libivl.a libvpi.a iverilog-vpi syn-rules.cc rm -rf dep - rm version.exe + rm -f version.exe distclean: clean $(foreach dir,$(SUBDIRS),$(MAKE) -C $(dir) $@ && ) true