mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtprintinfo: sym2num needs ksh
This commit is contained in:
parent
df1da3432e
commit
c1b4c13398
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ DEFINES = -D_TOOLTALK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* special processing for message files */
|
/* special processing for message files */
|
||||||
SYM2NUM_CMD = $(SHELL) sym2num
|
SYM2NUM_CMD = $(KORNSHELL) sym2num
|
||||||
|
|
||||||
SRCS = DtPrintinfo.C
|
SRCS = DtPrintinfo.C
|
||||||
OBJS = libUI/BaseUI.o objects/BaseObj.o DtPrintinfo.o
|
OBJS = libUI/BaseUI.o objects/BaseObj.o DtPrintinfo.o
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue