(Pascal Stumpf) Makefile.am change several places where ${prefix} should be $(CDE_INSTALLATION_TOP)

This commit is contained in:
Peter Howkins
2023-01-22 23:23:53 +00:00
parent e201ef0a7b
commit 85022e0218
3 changed files with 3 additions and 3 deletions

View File

@@ -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="${prefix}" \
-DCDE_INSTALLATION_TOP="$(CDE_CONFIGURATION_TOP)" \
-DCDE_CONFIGURATION_TOP="$(CDE_CONFIGURATION_TOP)" \
-DKORNSHELL="$(KSH)"