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
a89d263c
Commit
a89d263c
authored
Aug 22, 2007
by
Ian Lynagh
Browse files
Include package.mk in target.mk, in the bindists's mk/
parent
0ed635be
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
a89d263c
...
...
@@ -283,7 +283,8 @@ binary-dist:: binary-dist-pre
binary-dist-pre
::
$(MKDIRHIER)
$(BIN_DIST_DIR)
/mk
echo
'include $
$(TOP)
/Makefile-vars'
>
$(BIN_DIST_DIR)
/mk/boilerplate.mk
echo
'include $
$(TOP)
/mk/install.mk'
>
$(BIN_DIST_DIR)
/mk/target.mk
echo
'include $
$(TOP)
/mk/package.mk'
>
$(BIN_DIST_DIR)
/mk/target.mk
echo
'include $
$(TOP)
/mk/install.mk'
>>
$(BIN_DIST_DIR)
/mk/target.mk
echo
'include $
$(TOP)
/mk/recurse.mk'
>>
$(BIN_DIST_DIR)
/mk/target.mk
echo
''
>
$(BIN_DIST_DIR)
/mk/compat.mk
cp
mk/package.mk
$(BIN_DIST_DIR)
/mk/
...
...
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