Fix debug symbols in OS/2 build of NSPR by using absolute paths. Bug 105271

This commit is contained in:
jpierre%netscape.com 2001-10-24 20:19:05 +00:00
parent 285c5940f6
commit a13930e898

View File

@ -104,7 +104,11 @@ ifdef USE_DEBUG_RTL
NSPR_CONFIGURE_OPTS += --enable-debug-rtl
endif
ifeq ($(OS_ARCH),OS2)
NSPR_PREFIX = $(shell pwd)/../../dist/$(OBJDIR_NAME)
else
NSPR_PREFIX = $$(topsrcdir)/../dist/$(OBJDIR_NAME)
endif
$(NSPR_CONFIG_STATUS): $(NSPR_CONFIGURE)
$(NSINSTALL) -D $(CORE_DEPTH)/../nsprpub/$(OBJDIR_NAME)