This commit is contained in:
rsc 2006-06-25 21:05:07 +00:00
parent 2d2e5c71f7
commit fdcd298270

View file

@ -39,7 +39,7 @@ echo 'X11='$X11
if [ $WSYSTYPE = x11 ]; then
echo 'CFLAGS=$CFLAGS '$X11H
echo 'HFILES=$HFILES $XHFILES'
XO=`ls x11-*.c | sed 's/\.c$/.o/'`
XO=`ls x11-*.c 2>/dev/null | sed 's/\.c$/.o/'`
echo 'WSYSOFILES=$WSYSOFILES '$XO
fi
if [ $WSYSTYPE = nowsys ]; then