dtfile: use sh instead of ksh for find command
This commit is contained in:
@@ -13,8 +13,7 @@ dist_bin_SCRIPTS = dtfile_error dterror.ds
|
||||
|
||||
dtfile_CPPFLAGS = -I./dtcopy -DSHAPE -D_ILS_MACROS -DSUN_PERF \
|
||||
-DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" \
|
||||
-DKORNSHELL=\"$(KSH)\"
|
||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
|
||||
|
||||
dtfile_LDADD = dtcopy/sharedFuncs.o \
|
||||
dtcopy/fsrtns.o \
|
||||
@@ -45,8 +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_INSTALLATION_TOP)" \
|
||||
-DCDE_CONFIGURATION_TOP="$(CDE_CONFIGURATION_TOP)" \
|
||||
-DKORNSHELL="$(KSH)"
|
||||
-DCDE_CONFIGURATION_TOP="$(CDE_CONFIGURATION_TOP)"
|
||||
|
||||
dtfile.config: dtfile.config.cpp
|
||||
$(RM) $@
|
||||
|
||||
Reference in New Issue
Block a user