From f325c487bcd4d90894f6a46715447170f10144ca Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Wed, 7 Jan 2004 14:13:54 +0000 Subject: [PATCH] Fixed LOADABLE_SHRLIB_PREFIX bug. --- configure/os/CONFIG.Common.hpux-parisc | 1 - 1 file changed, 1 deletion(-) diff --git a/configure/os/CONFIG.Common.hpux-parisc b/configure/os/CONFIG.Common.hpux-parisc index c886c3ad0..ec67da28d 100644 --- a/configure/os/CONFIG.Common.hpux-parisc +++ b/configure/os/CONFIG.Common.hpux-parisc @@ -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...