Remove -k option from WORLDOPTS

This commit is contained in:
Jon Trulson
2012-05-26 17:21:45 -06:00
parent de621b906b
commit 6d78c23be9
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ clean::
$(RM) -r $(BUILDINCDIR)
$(RM) -r $(BUILDLIBDIR)
WORLDOPTS = -k
WORLDOPTS =
MAKE_OPTS = -f xmakefile
XCOMM