mirror of
https://github.com/vivier/EMILE.git
synced 2024-10-31 20:05:01 +00:00
Correctly generate floppy_ramdisk.bin when GESTALTID is used
This commit is contained in:
parent
38ffe34cfb
commit
842b855232
2
Makefile
2
Makefile
@ -93,7 +93,7 @@ ifdef CONSOLE
|
||||
tools/emile-set-output floppy_ramdisk.bin.X --printer --modem
|
||||
endif
|
||||
ifdef GESTALTID
|
||||
tools/emile-set-output floppy.bin.X --gestaltid $(GESTALTID)
|
||||
tools/emile-set-output floppy_ramdisk.bin.X --gestaltid $(GESTALTID)
|
||||
endif
|
||||
mv floppy_ramdisk.bin.X floppy_ramdisk.bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user