Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
675f083f
Commit
675f083f
authored
Jun 25, 2007
by
Ian Lynagh
Browse files
Define SUBDIRS in Makefile (needed for clean; fixes trac
#1440
)
parent
41ec676d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
675f083f
...
...
@@ -64,6 +64,9 @@ else
SUBDIRS_BUILD
=
includes compat utils driver docs compiler rts
endif
# Needed for, e.g., clean
SUBDIRS
=
$(SUBDIRS_BUILD)
SUBDIRS_INSTALL
=
includes compat utils driver docs rts libraries compiler
# Sanity check that all the core libraries are in the tree, to catch
...
...
Write
Preview
Markdown
is supported
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