Try to fix r3094 (moving e80 to cd-rom).

git-svn-id: svn://kolibrios.org@3095 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Albom 2012-12-11 19:35:04 +00:00
parent 7cb4a478ed
commit d9596fae66
3 changed files with 3 additions and 3 deletions

View File

@ -270,7 +270,7 @@ OTHER_FILES:=autorun.dat:AUTORUN.DAT \
# Extra targets for LiveCD image in the syntax of mkisofs
MKISOFS_EXTRA:=\
emu/e80/e80=E80 \
emu/e80/e80=e80 \
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox \
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
emu/dosbox/=$(PROGS)/emulator/DosBox/readme.txt \

View File

@ -297,7 +297,7 @@ include Makefile.skins
# Extra targets for LiveCD image in the syntax of mkisofs
MKISOFS_EXTRA:=\
emu/e80/e80=E80 \
emu/e80/e80=e80 \
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox \
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
emu/dosbox/=$(PROGS)/emulator/DosBox/readme.txt \

View File

@ -293,7 +293,7 @@ include Makefile.skins
# Extra targets for LiveCD image in the syntax of mkisofs
MKISOFS_EXTRA:=\
emu/e80/e80=E80 \
emu/e80/e80=e80 \
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox \
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
emu/dosbox/=$(PROGS)/emulator/DosBox/readme.txt \