aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rxvt-unicode/rxvt-unicode_5.3.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-12-24 08:50:34 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-12-24 16:46:33 +0100
commit018b90264f45a695997e1bfe1fb647dae1b9b746 (patch)
tree573bb85b7ea401a256e4d9a360ee8b4f9a10ea2c /recipes/rxvt-unicode/rxvt-unicode_5.3.bb
parent4352cc35092af610e445e37715e3213cf5218aac (diff)
downloadopenembedded-018b90264f45a695997e1bfe1fb647dae1b9b746.tar.gz
changed rm into rm -f to remove old libtool stuff
this keeps things working even if the files are not there (e.g. because configure is ran twice) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/rxvt-unicode/rxvt-unicode_5.3.bb')
-rw-r--r--recipes/rxvt-unicode/rxvt-unicode_5.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/rxvt-unicode/rxvt-unicode_5.3.bb b/recipes/rxvt-unicode/rxvt-unicode_5.3.bb
index 7164e1c1bd..ee09e6f8d3 100644
--- a/recipes/rxvt-unicode/rxvt-unicode_5.3.bb
+++ b/recipes/rxvt-unicode/rxvt-unicode_5.3.bb
@@ -35,7 +35,7 @@ EXTRA_OEMAKE = "'XINC=-I${STAGING_INCDIR}' \
do_configure () {
mv autoconf/configure.in . || true
- rm autoconf/libtool.m4
+ rm -f autoconf/libtool.m4
libtoolize --force
autotools_do_configure
echo '#define RXVT_UTMP_FILE "${localstatedir}/run/utmp"' >> config.h