crt: Regenerate Makefile.in

Signed-off-by: LIU Hao <lh_mouse@126.com>
diff --git a/mingw-w64-crt/testcases/Makefile.in b/mingw-w64-crt/testcases/Makefile.in
index 605ba7b..8d62ed4 100644
--- a/mingw-w64-crt/testcases/Makefile.in
+++ b/mingw-w64-crt/testcases/Makefile.in
@@ -571,7 +571,7 @@
 t_readdir_LDADD = $(LDADD)
 t_safe_flush_SOURCES = t_safe_flush.c
 t_safe_flush_OBJECTS = t_safe_flush.$(OBJEXT)
-t_safe_flush_DEPENDENCIES = libprocdetach.dll.a
+t_safe_flush_DEPENDENCIES = libprocdetach.dll
 t_setjmp_SOURCES = t_setjmp.c
 t_setjmp_OBJECTS = t_setjmp.$(OBJEXT)
 t_setjmp_LDADD = $(LDADD)
@@ -1785,7 +1785,10 @@
   t_stprintf_tmpl.h \
   t_swprintf_tmpl.h
 
-t_safe_flush_LDADD = libprocdetach.dll.a
+CLEANFILES = \
+  libprocdetach.dll
+
+t_safe_flush_LDADD = libprocdetach.dll
 tstmaincpp_SOURCES = tstmaincpp.cpp
 t_trycatch_SOURCES = t_trycatch.cpp
 t_trycatch_LDFLAGS = -static
@@ -6971,6 +6974,7 @@
 	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 
 clean-generic:
+	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
 distclean-generic:
 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
@@ -6986,7 +6990,7 @@
 clean: clean-am
 
 clean-am: clean-checkLIBRARIES clean-checkPROGRAMS clean-generic \
-	clean-local mostlyclean-am
+	mostlyclean-am
 
 distclean: distclean-am
 		-rm -f ./$(DEPDIR)/t__fstat_all.Po
@@ -7565,29 +7569,26 @@
 
 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
 	check-am clean clean-checkLIBRARIES clean-checkPROGRAMS \
-	clean-generic clean-local cscopelist-am ctags ctags-am \
-	distclean distclean-compile distclean-generic distclean-tags \
-	distdir dvi dvi-am html html-am info info-am install \
-	install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
-	recheck tags tags-am uninstall uninstall-am
+	clean-generic cscopelist-am ctags ctags-am distclean \
+	distclean-compile distclean-generic distclean-tags distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-data install-data-am install-dvi install-dvi-am \
+	install-exec install-exec-am install-html install-html-am \
+	install-info install-info-am install-man install-pdf \
+	install-pdf-am install-ps install-ps-am install-strip \
+	installcheck installcheck-am installdirs maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
+	mostlyclean-generic pdf pdf-am ps ps-am recheck tags tags-am \
+	uninstall uninstall-am
 
 .PRECIOUS: Makefile
 
 
-libprocdetach.dll.a: libprocdetach.o
-	$(LINK) -shared libprocdetach.o -Wl,--out-implib,$@ -o libprocdetach.dll
+libprocdetach.dll: libprocdetach.o
+	$(LINK) -shared libprocdetach.o -o libprocdetach.dll
 
 # Include the complex math testcase fragment.
 
-clean-local:
-	rm -f libprocdetach.dll libprocdetach.dll.a
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: