summaryrefslogtreecommitdiff
path: root/mk/opts.mk
diff options
context:
space:
mode:
authorrrt <unknown>2000-03-28 11:09:31 +0000
committerrrt <unknown>2000-03-28 11:09:31 +0000
commitb25b5efde7b06657ed76ecfcbb639ae8a04b45e2 (patch)
treeabdaf4433e483300dbbef6e974adfc8bb142e987 /mk/opts.mk
parentce63e4a5e1e97f340f4aec27d545a95c2a4499b5 (diff)
downloadhaskell-b25b5efde7b06657ed76ecfcbb639ae8a04b45e2.tar.gz
[project @ 2000-03-28 11:09:31 by rrt]
Added SplitObjs for when -split-objs is being used. Removed -split-objs and -odir from GhcLibHcOpts. -odir shouldn't be needed any more in any case. Changed order of recursive makes so that recursive make happens before make in the current directory. This helps when building hslibs as DLLs, where the cbits DLLs need to be made before the main DLLs.
Diffstat (limited to 'mk/opts.mk')
-rw-r--r--mk/opts.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/opts.mk b/mk/opts.mk
index 3980c9592b..5f7c0ad2a8 100644
--- a/mk/opts.mk
+++ b/mk/opts.mk
@@ -5,7 +5,7 @@
# This file defines Make variables for the
# option flags for each utility program
#
-# $Id: opts.mk,v 1.12 2000/01/05 11:55:29 rrt Exp $
+# $Id: opts.mk,v 1.13 2000/03/28 11:09:31 rrt Exp $
#
#################################################################################
@@ -71,6 +71,7 @@ SRC_TEXI2HTML_OPTS +=-menu -verbose -glossary
#
SRC_BLD_DLL_OPTS += -mno-cygwin --target=i386-mingw32
+
#################################################################################
#
# Absolutely standard glue