summaryrefslogtreecommitdiffstats
path: root/src/isode
diff options
context:
space:
mode:
Diffstat (limited to 'src/isode')
-rw-r--r--src/isode/support/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/isode/support/Makefile.in b/src/isode/support/Makefile.in
index 3d7a4b1d84..f34eb6e6ab 100644
--- a/src/isode/support/Makefile.in
+++ b/src/isode/support/Makefile.in
@@ -68,7 +68,7 @@ libisode.a: isodevrsn.o
-rm -f $@ $(TOPDIR)libisode.a
-rm -rf tmp
-mkdir tmp
- ln isodevrsn.o tmp || cp isodevrsn.o tmp
+ sh -c 'ln isodevrsn.o tmp || cp isodevrsn.o tmp'
for i in $(LIBES); do (cd tmp; ar x ../$$i; \
../$(UTILDIR)make-lib.sh -quick $(SYSTEM) ../$@ *.o; \
rm -f *); done