branch | GCC_SURGE |
changeset 93 | 285922d13199 |
parent 92 | c5cd29a4600d |
child 107 | 78b83e1454a6 |
--- a/symbian-qemu-0.9.1-12/model-libraries/nvmemmory/target.mak Wed Aug 04 11:52:10 2010 +0100 +++ b/symbian-qemu-0.9.1-12/model-libraries/nvmemmory/target.mak Wed Aug 04 15:41:26 2010 +0100 @@ -46,6 +46,7 @@ install: $(targ) if [ ! -d "$(DESTDIR)$(libdir)" ]; then mkdir -p "$(DESTDIR)$(libdir)"; fi && \ $(INSTALL) -m 755 $(targ) "$(DESTDIR)$(libdir)" && \ + rm -f "$(DESTDIR)$(libdir)/$(libname)" && \ ln -s "$(DESTDIR)$(libdir)/$(targ)" "$(DESTDIR)$(libdir)/$(libname)" distclean: clean