AMIGAOS: Fix native build breakage caused by indented comments in amigaos.mk.
As pointed out by Raziel^.
This commit is contained in:
parent
89e9a36af5
commit
4145109937
1 changed files with 4 additions and 3 deletions
|
@ -11,6 +11,7 @@ ifdef DIST_FILES_ENGINEDATA
|
||||||
cp $(DIST_FILES_ENGINEDATA) $(AMIGAOSPATH)/extras/
|
cp $(DIST_FILES_ENGINEDATA) $(AMIGAOSPATH)/extras/
|
||||||
endif
|
endif
|
||||||
cat ${srcdir}/README | sed -f ${srcdir}/dists/amiga/convertRM.sed > README.conv
|
cat ${srcdir}/README | sed -f ${srcdir}/dists/amiga/convertRM.sed > README.conv
|
||||||
|
# AmigaOS's shell is not happy with indented comments, thus don't do it.
|
||||||
# AREXX seems to have problems when ${srcdir} is '.'. It will break with a
|
# AREXX seems to have problems when ${srcdir} is '.'. It will break with a
|
||||||
# "Program not found" error. Therefore we copy the script to the cwd and
|
# "Program not found" error. Therefore we copy the script to the cwd and
|
||||||
# remove it again, once it has finished.
|
# remove it again, once it has finished.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue