1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 19:52:20 +00:00

BSD: Remove libXX.so symlink before installing

Now we can run "make" in "lib/tt" again
and the symlink will be recreated.
This commit is contained in:
Marcin Cieslak 2012-09-24 03:15:18 +02:00 committed by Jon Trulson
parent c1b4c13398
commit d852a8bfa6

View file

@ -55,7 +55,8 @@ Concat(lib,libname.so.rev): solist $(EXTRALIBRARYDEPS) @@\
$(RM) Concat(lib,libname.so) @@\
$(LN) $@ Concat(lib,libname.so) @@\
LinkBuildLibrary($@) @@\
(cd $(BUILDLIBDIR) && $(LN) $@ Concat(lib,libname.so)) @@\
(cd $(BUILDLIBDIR) && $(RM) Concat(lib,libname.so) && \
$(LN) $@ Concat(lib,libname.so)) @@\
@@\
clean:: @@\
$(RM) Concat(lib,libname.so.rev) Concat(lib,libname.so)