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
5ec62273
Commit
5ec62273
authored
Jun 26, 2014
by
Roland Levillain
Browse files
Make dynamic-use-of-static-c++ more compatible with BSD Make.
* data/Makefile.am: Do not use `$<' outside suffix rules.
parent
84106cff
Changes
2
Hide whitespace changes
Inline
Side-by-side
dynamic-use-of-static-c++/ChangeLog
View file @
5ec62273
2014-06-26 Roland Levillain <roland@lrde.epita.fr>
Make dynamic-use-of-static-c++ more compatible with BSD Make.
* data/Makefile.am: Do not use `$<' outside suffix rules.
2014-06-25 Roland Levillain <roland@lrde.epita.fr>
Convert dynamic-use-of-static-c++ to UTF-8.
...
...
dynamic-use-of-static-c++/data/Makefile.am
View file @
5ec62273
# Copyright (C) 2005, 2009 EPITA Research and Development Laboratory (LRDE).
# Copyright (C) 2005, 2009, 2014 EPITA Research and Development
# Laboratory (LRDE).
#
# This file is part of Olena.
#
...
...
@@ -27,7 +28,7 @@ libdyn_function_la_SOURCES = function.cc
pkgdata_DATA
=
Makefile.template Makefile.repository
Makefile.template
:
Makefile
cat
$<
|
\
cat
Makefile
|
\
sed
-e
's|^srcdir = .*|srcdir = '
`
cd
$(srcdir)
&&
pwd
`
'|'
\
-e
's|^top_srcdir = .*|top_srcdir = '
`
cd
$(top_srcdir)
&&
pwd
`
'|'
\
-e
's|^top_builddir = .*|top_builddir = '
`
cd
$(top_builddir)
&&
pwd
`
'|'
\
...
...
@@ -37,7 +38,7 @@ Makefile.template: Makefile
-e
's|^VPATH = .*|VPATH = .|'
>
$@
Makefile.repository
:
Makefile
cat
$<
|
\
cat
Makefile
|
\
sed
-e
's|^srcdir = .*|srcdir = '
`
cd
$(srcdir)
&&
pwd
`
'|'
\
-e
's|^top_srcdir = .*|top_srcdir = '
`
cd
$(top_srcdir)
&&
pwd
`
'|'
\
-e
's|^top_builddir = .*|top_builddir = '
`
cd
$(top_builddir)
&&
pwd
`
'|'
\
...
...
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