mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Remove -k option from WORLDOPTS
This commit is contained in:
parent
de621b906b
commit
6d78c23be9
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ clean::
|
||||||
$(RM) -r $(BUILDINCDIR)
|
$(RM) -r $(BUILDINCDIR)
|
||||||
$(RM) -r $(BUILDLIBDIR)
|
$(RM) -r $(BUILDLIBDIR)
|
||||||
|
|
||||||
WORLDOPTS = -k
|
WORLDOPTS =
|
||||||
MAKE_OPTS = -f xmakefile
|
MAKE_OPTS = -f xmakefile
|
||||||
|
|
||||||
XCOMM
|
XCOMM
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
MV = mv
|
MV = mv
|
||||||
MAKE = make
|
MAKE = make
|
||||||
NMAKE = nmake
|
NMAKE = nmake
|
||||||
WORLDOPTS = -k
|
WORLDOPTS =
|
||||||
WIN32WORLDOPTS = -i
|
WIN32WORLDOPTS = -i
|
||||||
TOP = .
|
TOP = .
|
||||||
CURRENT_DIR = .
|
CURRENT_DIR = .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue