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
Shayne Fletcher
Glasgow Haskell Compiler
Commits
fa3a95ae
Commit
fa3a95ae
authored
Dec 29, 2007
by
Clemens Fruhwirth
Browse files
Add installPackage to dependencies of make.library.* as it's used by the rule
parent
88e09197
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/Makefile
View file @
fa3a95ae
...
...
@@ -275,7 +275,7 @@ stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).%: %/setup/Setup
# every time.
$(foreach SUBDIR,$(SUBDIRS),make.library.$(SUBDIR))
:
\
make.library.%: stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).%
\
%/setup/Setup ifBuildable/ifBuildable
%/setup/Setup ifBuildable/ifBuildable
installPackage/installPackage
if
ifBuildable/ifBuildable
$*
;
then
\
cd
$*
&&
\
cmp
-s
../Makefile.local Makefile.local
||
cp
../Makefile.local .
;
\
...
...
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