Temp hack to clean up .def files and hopefully avoid more bug
reports about failed builds.
This commit is contained in:
parent
46185a9f8e
commit
5548e86b72
|
@ -1828,7 +1828,7 @@ uninstall::
|
|||
-rmdir $(dlldir)
|
||||
|
||||
clean::
|
||||
$(RM) $(IMPORT_SYMLINKS)
|
||||
$(RM) $(IMPORT_SYMLINKS) *.$(IMPLIBEXT)
|
||||
|
||||
check test:: $(BUILDSUBDIRS:%=%/__test__)
|
||||
|
||||
|
|
Loading…
Reference in New Issue