Commit c9966b4e authored by unknown's avatar unknown

minor fix in rm


libmysqld/Makefile.am:
  minor fix for rm
parent b0a69f49
...@@ -89,10 +89,10 @@ libmysqld.a: libmysqld_int.a $(INC_LIB) ...@@ -89,10 +89,10 @@ libmysqld.a: libmysqld_int.a $(INC_LIB)
ar x $$file; \ ar x $$file; \
for obj in *.o ; do mv $$obj $${bfile}_$$obj ; done ; \ for obj in *.o ; do mv $$obj $${bfile}_$$obj ; done ; \
ar q ../libmysqld_int2.a *.o ; \ ar q ../libmysqld_int2.a *.o ; \
rm *.o ; \ rm -f *.o ; \
done done
mv libmysqld_int2.a libmysqld.a mv libmysqld_int2.a libmysqld.a
rm tmp/* rm -f tmp/*
$(RANLIB) libmysqld.a $(RANLIB) libmysqld.a
## XXX: any time the client interface changes, we'll need to bump ## XXX: any time the client interface changes, we'll need to bump
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment