Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variables

This commit is contained in:
Yang Tse
2013-01-20 04:17:11 +01:00
parent f4cc54cb47
commit 63605d281f
10 changed files with 30 additions and 36 deletions

View File

@@ -22,8 +22,6 @@ cd libtest
# _ Retain only lines that begins with "identifier =".
# _ Turn these lines into shell variable assignments.
top_srcdir="${TOPDIR}"
export top_srcdir
eval "`sed -e ': begin' \
-e '/\\\\$/{' \
-e 'N' \