Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
c247e888
Commit
c247e888
authored
May 30, 2006
by
sof@galois.com
Browse files
'time' depends on 'Win32' when Windows=YES; mirror that
when setting up SUBDIRS.
parent
4285fd96
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/Makefile
View file @
c247e888
...
...
@@ -22,7 +22,6 @@ SUBDIRS += Cabal
ifneq
"$(GhcBootLibs)" "YES"
SUBDIRS
+=
$(
wildcard
parsec
)
SUBDIRS
+=
$(
wildcard
haskell-src
)
SUBDIRS
+=
$(
wildcard
time
)
SUBDIRS
+=
$(
wildcard
network
)
SUBDIRS
+=
$(
wildcard
QuickCheck
)
SUBDIRS
+=
$(
wildcard
HUnit
)
...
...
@@ -32,6 +31,7 @@ SUBDIRS += $(wildcard X11)
ifeq
"$(Windows)" "YES"
SUBDIRS
+=
$(
wildcard
Win32
)
endif
SUBDIRS
+=
$(
wildcard
time
)
SUBDIRS
+=
$(
wildcard
HGL
)
SUBDIRS
+=
$(
wildcard
OpenGL
)
SUBDIRS
+=
$(
wildcard
GLUT
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment