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:
parent
c1b4c13398
commit
d852a8bfa6
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue