erase old .so soft link before making a newone in LINUXdso

This commit is contained in:
Frank Warmerdam 1999-08-16 17:57:40 +00:00
parent babc83e785
commit d7d4ec8f3d

View File

@ -1,4 +1,4 @@
# $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Makefile.in,v 1.1 1999-07-27 21:50:27 mike Exp $
# $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Makefile.in,v 1.2 1999-08-16 17:57:40 warmerda Exp $
#
# Tag Image File Format Library
#
@ -204,6 +204,7 @@ NETBSDdso FREEBSDdso: ${OBJS}
LINUXdso: ${OBJS}
${CC} -shared -Wl,-soname,libtiff.@DSOSUF@ \
-o libtiff.@DSOSUF_VERSION@ ${OBJS} @LIBJPEG@ @LIBGZ@
rm -f libtiff.@DSOSUF@
@LN@ @LN_S@ libtiff.@DSOSUF_VERSION@ libtiff.@DSOSUF@
touch $@
# OSF/1 3.2 shared lib rule