Switch to unified view

a/src/lib/mkMake b/src/lib/mkMake
...
...
40
${depth}/utils/pathut.cpp \
40
${depth}/utils/pathut.cpp \
41
${depth}/utils/readfile.cpp \
41
${depth}/utils/readfile.cpp \
42
${depth}/utils/smallut.cpp \
42
${depth}/utils/smallut.cpp \
43
${depth}/utils/transcode.cpp \
43
${depth}/utils/transcode.cpp \
44
${depth}/utils/wipedir.cpp \
44
${depth}/utils/wipedir.cpp \
45
${depth}/utils/x11mon.cpp \
45
"
46
"
46
47
47
48
48
for c in $SRCS;do
49
for c in $SRCS;do
49
    o=`basename $c .cpp`.o
50
    o=`basename $c .cpp`.o