* gentpl.py: Remove obsolete pkglib_DATA handling.
This commit is contained in:
parent
fc847818fc
commit
15eff5d9c2
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-02-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* gentpl.py: Remove obsolete pkglib_DATA handling.
|
||||
|
||||
2012-02-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Don't transform PACKAGE_TARNAME following a discussion on autoconf
|
||||
|
|
|
@ -527,7 +527,7 @@ def script(platform):
|
|||
r += "[+ ENDIF +]"
|
||||
|
||||
r += rule("[+ name +]", platform_sources(platform) + " $(top_builddir)/config.status", """
|
||||
$(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
|
||||
$(top_builddir)/config.status --file=$@:$<
|
||||
chmod a+x [+ name +]
|
||||
""")
|
||||
|
||||
|
|
Loading…
Reference in a new issue