Fixed "invalid -e option" warning when converting images to xpm
Originally committed to SVN as r1126.
This commit is contained in:
parent
5ee7106920
commit
bd72e621b8
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ XPMNAMES=""
|
||||||
for I in *.bmp
|
for I in *.bmp
|
||||||
do
|
do
|
||||||
DNAME="`grep "bitmaps/$I" $RESFILE | cut -d ' ' -f 1`"
|
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
|
\t\$(CONVERT) -transparent \\#c0c0c0 \$(srcdir)/$I ${DNAME}_xpm.xpm
|
||||||
"
|
"
|
||||||
XPMNAMES="${XPMNAMES} ${DNAME}_xpm.xpm"
|
XPMNAMES="${XPMNAMES} ${DNAME}_xpm.xpm"
|
||||||
|
|
Loading…
Reference in a new issue