Fixed LOADABLE_SHRLIB_PREFIX bug.

This commit is contained in:
Ralph Lange
2004-01-07 14:13:54 +00:00
parent 364e023331
commit f325c487bc
-1
View File
@@ -22,7 +22,6 @@ OP_SYS_CXXFLAGS =
SHRLIB_SUFFIX = .sl$(addprefix .,$(SHRLIB_VERSION))
LOADABLE_SHRLIB_SUFFIX = .sl$(addprefix .,$(SHRLIB_VERSION))
LOADABLE_SHRLIB_PREFIX =
# Set runtime path for shared libraries
empty:= # trick from the make docs...