forked from mia/Aegisub
Remove an old conditional for Makefile.bitmaps generation, it's speedy now that
it uses AWK, the old way was an SH script which made a conditional worthwhile. Originally committed to SVN as r2022.
This commit is contained in:
parent
1d34474ca6
commit
6d6ac1b18e
1 changed files with 1 additions and 3 deletions
|
@ -258,9 +258,7 @@ fi
|
||||||
touch ${srcdir}/aegisub/posix/config.h
|
touch ${srcdir}/aegisub/posix/config.h
|
||||||
|
|
||||||
# bmp -> xmp via the res.rc
|
# bmp -> xmp via the res.rc
|
||||||
if [ ! -f ${srcdir}/aegisub/bitmaps/Makefile.bitmaps ]; then
|
cat ${srcdir}/aegisub/res.rc | ${AWK_BIN} -f ${srcdir}/aegisub/bitmaps/genxpm.awk > ${srcdir}/aegisub/bitmaps/Makefile.bitmaps
|
||||||
cat ${srcdir}/aegisub/res.rc | ${AWK_BIN} -f ${srcdir}/aegisub/bitmaps/genxpm.awk > ${srcdir}/aegisub/bitmaps/Makefile.bitmaps
|
|
||||||
fi
|
|
||||||
cd ${srcdir}/aegisub/bitmaps
|
cd ${srcdir}/aegisub/bitmaps
|
||||||
make -f Makefile.bitmaps
|
make -f Makefile.bitmaps
|
||||||
cd ${srcdir}
|
cd ${srcdir}
|
||||||
|
|
Loading…
Reference in a new issue