smalltalk: Make it compile with srcdir!=builddir

Don't use S but use the build directory to patch the generated
makefile.
This commit is contained in:
Holger Hans Peter Freyther 2014-09-25 20:38:49 +02:00
parent 0b3bb71871
commit 59f7705056
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ do_configure() {
do_configure_virtclass-native() {
autotools_do_configure
sed -i -e 's/^module_DATA.*$//' ${S}/Makefile
sed -i -e 's/^module_DATA.*$//' ${B}/Makefile
}
do_install_append() {