From b0a63f06d5688f773a321e4eeddf26fbdedac6c7 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 27 May 2024 21:12:12 +0200 Subject: [PATCH] missed one entrie for DISTDIR --- prospero/Makefile.config.sunos-5.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prospero/Makefile.config.sunos-5.3 b/prospero/Makefile.config.sunos-5.3 index e1c6ceb..a831a20 100755 --- a/prospero/Makefile.config.sunos-5.3 +++ b/prospero/Makefile.config.sunos-5.3 @@ -422,9 +422,9 @@ USE_VCACHE_LIBS_DEPENDENCIES = $(PFS_LIBS_DEPENDENCIES) #### These are normally not changed. #### This is used by the 'installdirs' dependency. -PSRV_SHADOW=$(TOPDIR)/shadow -PSRV_STORAGE=$(TOPDIR)/pfsdat -PSRV_SECURITY=$(TOPDIR)/security +PSRV_SHADOW=$(DISTDIR)/$(TOPDIR)/shadow +PSRV_STORAGE=$(DISTDIR)/$(TOPDIR)/pfsdat +PSRV_SECURITY=$(DISTDIR)/$(TOPDIR)/security