Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
menhir
Commits
7485c9f3
Commit
7485c9f3
authored
Nov 03, 2015
by
POTTIER Francois
Browse files
Fix in GNUmakefile: check for /opt/godi/bin/cduce.
parent
1d0b40de
Changes
1
Hide whitespace changes
Inline
Side-by-side
GNUmakefile
View file @
7485c9f3
...
...
@@ -192,7 +192,7 @@ export: api
cd
$(PAGE)
&&
\
$(SED)
--in-place
=
.bak
"s/menhir-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]/
$(PACKAGE)
/"
menhir.xml
&&
\
cvs commit
-m
"Updated Menhir's version number."
&&
\
if
hash
cduce
;
then
$(MAKE)
export
;
fi
if
[
-x
/opt/godi/bin/
cduce
]
;
then
$(MAKE)
export
;
fi
# -------------------------------------------------------------------------
...
...
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