Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
1a63a8b2
Commit
1a63a8b2
authored
Jun 13, 2014
by
Julien Lopez
Browse files
[MINOR] make install_lib now depends on make all
parent
8ad17987
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.distrib
View file @
1a63a8b2
...
@@ -110,7 +110,7 @@ install_bin:
...
@@ -110,7 +110,7 @@ install_bin:
$(HIDE)$(INSTALL)
-m755
$(INSTALL_BINARIES)
$(BINDIR)
/
$(HIDE)$(INSTALL)
-m755
$(INSTALL_BINARIES)
$(BINDIR)
/
install_lib
:
install_lib
:
all
@
echo
"Build META"
@
echo
"Build META"
$(HIDE)
(
sed
"s/%REQ%/
$(PACKAGES)
/"
< META.in |
sed
"s/%VER%/
$(VERSION)
/"
>
META
)
$(HIDE)
(
sed
"s/%REQ%/
$(PACKAGES)
/"
< META.in |
sed
"s/%VER%/
$(VERSION)
/"
>
META
)
$(HIDE)
-
$(OCAMLFIND)
remove cduce
$(HIDE)
-
$(OCAMLFIND)
remove cduce
...
...
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