Temp hack to clean up .def files and hopefully avoid more bug

reports about failed builds.
This commit is contained in:
Alexandre Julliard 2005-06-02 10:36:03 +00:00
parent 46185a9f8e
commit 5548e86b72
1 changed files with 1 additions and 1 deletions

View File

@ -1828,7 +1828,7 @@ uninstall::
-rmdir $(dlldir)
clean::
$(RM) $(IMPORT_SYMLINKS)
$(RM) $(IMPORT_SYMLINKS) *.$(IMPLIBEXT)
check test:: $(BUILDSUBDIRS:%=%/__test__)