From 61dbd624b20fa3ca311f3109982ae7bf315d7503 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sat, 18 Feb 2023 15:25:53 -0700 Subject: [PATCH] dtfile/dterror.ds: fix script defines typo --- cde/programs/dtfile/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dtfile/Makefile.am b/cde/programs/dtfile/Makefile.am index a24851b62..15c10d81c 100644 --- a/cde/programs/dtfile/Makefile.am +++ b/cde/programs/dtfile/Makefile.am @@ -44,7 +44,7 @@ dtfile_SOURCES = ChangeDir.c ChangeDirP.c Command.c Common.c \ # Mind the quoting here... SCRIPTFLAGS = -DSHAPE -D_ILS_MACROS -DSUN_PERF \ - -DCDE_INSTALLATION_TOP="$(CDE_CONFIGURATION_TOP)" \ + -DCDE_INSTALLATION_TOP="$(CDE_INSTALLATION_TOP)" \ -DCDE_CONFIGURATION_TOP="$(CDE_CONFIGURATION_TOP)" \ -DKORNSHELL="$(KSH)"