From: Jon Trulson Date: Sat, 26 May 2012 23:21:45 +0000 (-0600) Subject: Remove -k option from WORLDOPTS X-Git-Tag: 2.2.0a~26^2~42 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6d78c23be91ab0702fd18b091fc752d1dda17d3b;p=oweals%2Fcde.git Remove -k option from WORLDOPTS --- diff --git a/cde/Imakefile b/cde/Imakefile index 2fab64dc..59f16e45 100644 --- a/cde/Imakefile +++ b/cde/Imakefile @@ -34,7 +34,7 @@ clean:: $(RM) -r $(BUILDINCDIR) $(RM) -r $(BUILDLIBDIR) - WORLDOPTS = -k + WORLDOPTS = MAKE_OPTS = -f xmakefile XCOMM diff --git a/cde/Makefile b/cde/Makefile index 08a5234d..d2b17a6a 100644 --- a/cde/Makefile +++ b/cde/Makefile @@ -6,7 +6,7 @@ MV = mv MAKE = make NMAKE = nmake - WORLDOPTS = -k + WORLDOPTS = WIN32WORLDOPTS = -i TOP = . CURRENT_DIR = .