Browse Source

dtfile/dterror.ds: fix script defines typo

Jon Trulson 1 year ago
parent
commit
61dbd624b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cde/programs/dtfile/Makefile.am

+ 1 - 1
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)"