Fixed "invalid -e option" warning when converting images to xpm

Originally committed to SVN as r1126.
This commit is contained in:
Niels Martin Hansen 2007-04-23 23:38:13 +00:00
parent 5ee7106920
commit bd72e621b8
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ XPMNAMES=""
for I in *.bmp
do
DNAME="`grep "bitmaps/$I" $RESFILE | cut -d ' ' -f 1`"
echo -e "${DNAME}_xpm.xpm: \$(srcdir)/$I
/bin/echo -e "${DNAME}_xpm.xpm: \$(srcdir)/$I
\t\$(CONVERT) -transparent \\#c0c0c0 \$(srcdir)/$I ${DNAME}_xpm.xpm
"
XPMNAMES="${XPMNAMES} ${DNAME}_xpm.xpm"