fix bug in makefile

This commit is contained in:
Simon Morlat 2014-04-23 11:51:10 +02:00
parent 2eddb8ad81
commit ee3c36a092

View file

@ -313,7 +313,7 @@ multi-arch:
echo "WARNING: archive `basename $$archive` exists in arm tree but does not exists in i386 tree."; \
fi \
done
if ! test -f $(prefix)../apple-darwin/lib/libtunnel.a ; then \
if ! test -f $(prefix)/../apple-darwin/lib/libtunnel.a ; then \
cp -f $(BUILDER_SRC_DIR)/../submodules/binaries/libdummy.a $(prefix)/../apple-darwin/lib/libtunnel.a ; \
fi