From 5548e86b7222a87323e280c0ee74e751a40ec3f2 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 2 Jun 2005 10:36:03 +0000 Subject: [PATCH] Temp hack to clean up .def files and hopefully avoid more bug reports about failed builds. --- dlls/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/Makefile.in b/dlls/Makefile.in index b4481fec480..23cde9e19e8 100644 --- a/dlls/Makefile.in +++ b/dlls/Makefile.in @@ -1828,7 +1828,7 @@ uninstall:: -rmdir $(dlldir) clean:: - $(RM) $(IMPORT_SYMLINKS) + $(RM) $(IMPORT_SYMLINKS) *.$(IMPLIBEXT) check test:: $(BUILDSUBDIRS:%=%/__test__) -- 2.11.4.GIT