Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
84106cff
Commit
84106cff
authored
Jun 26, 2014
by
Roland Levillain
Browse files
Make Swilena more compatible with BSD Make.
* python/Makefile.am: Do not use `$<' outside suffix rules.
parent
96938fc1
Changes
2
Hide whitespace changes
Inline
Side-by-side
swilena/ChangeLog
View file @
84106cff
2014-06-26 Roland Levillain <roland@lrde.epita.fr>
Make Swilena more compatible with BSD Make.
* python/Makefile.am: Do not use `$<' outside suffix rules.
2014-06-25 Roland Levillain <roland@lrde.epita.fr>
Remove extended characters from Swilena.
...
...
swilena/python/Makefile.am
View file @
84106cff
# Copyright (C) 2008, 2009, 2010, 2012, 2013 EPITA Research and
Development
# Laboratory (LRDE).
# Copyright (C) 2008, 2009, 2010, 2012, 2013
, 2014
EPITA Research and
#
Development
Laboratory (LRDE).
#
# This file is part of Olena.
#
...
...
@@ -65,9 +65,9 @@ python_PYTHON = swilena.py
# generated, in our case), according to Automake's manual,
all-local
:
data.py
EXTRA_DIST
=
data.py.in
data.py
:
data.py.in Makefile
data.py
:
$(srcdir)/
data.py.in Makefile
rm
-f
$@
$@
.tmp
$(edit)
$
<
>
$@
.tmp
$(edit)
$
(srcdir)
/data.py.in
>
$@
.tmp
chmod
a-w
$@
.tmp
mv
$@
.tmp
$@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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