Library links should not have absolute paths (from Nikoli on freenode.)

Originally committed to SVN as r5007.
This commit is contained in:
Amar Takhar 2010-12-14 21:02:20 +00:00
parent 45c971da68
commit ceb2bebf2c
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ install-lib:
ifdef LIB_SHARED_INSTALL
$(BIN_MKDIR) -p $(P_LIB)
$(BIN_INSTALL) $(LIB_SHARED_FULL) $(P_LIB)/$(LIB_SHARED_FULL)
$(BIN_LN) -sf $(P_LIB)/$(LIB_SHARED_FULL) $(P_LIB)/$(LIB_SHARED)
$(BIN_LN) -sf $(LIB_SHARED_FULL) $(P_LIB)/$(LIB_SHARED)
endif
install-share: