summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2003-10-31 17:13:42 +0300
committerunknown <konstantin@mysql.com>2003-10-31 17:13:42 +0300
commitc9966b4e17c9d9b7191027ff9e0d39c7ab484fa0 (patch)
tree6c19b0dfc466025a1844131bbbd5d428235fede0 /libmysqld
parentb0a69f4934afe20709f74cd86920a16f28549d08 (diff)
downloadmariadb-git-c9966b4e17c9d9b7191027ff9e0d39c7ab484fa0.tar.gz
minor fix in rm
libmysqld/Makefile.am: minor fix for rm
Diffstat (limited to 'libmysqld')
-rw-r--r--libmysqld/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am
index d831d2a7a5a..54bfd6503d4 100644
--- a/libmysqld/Makefile.am
+++ b/libmysqld/Makefile.am
@@ -89,10 +89,10 @@ libmysqld.a: libmysqld_int.a $(INC_LIB)
ar x $$file; \
for obj in *.o ; do mv $$obj $${bfile}_$$obj ; done ; \
ar q ../libmysqld_int2.a *.o ; \
- rm *.o ; \
+ rm -f *.o ; \
done
mv libmysqld_int2.a libmysqld.a
- rm tmp/*
+ rm -f tmp/*
$(RANLIB) libmysqld.a
## XXX: any time the client interface changes, we'll need to bump