diff --git a/data/eng/Makefile b/data/eng/Makefile index 802cf34cc4..c089c2a5bd 100644 --- a/data/eng/Makefile +++ b/data/eng/Makefile @@ -130,7 +130,7 @@ FASM_PROGRAMS:=\ games/15:GAMES/15:$(PROGS)/games/15/trunk/15.ASM \ games/arcanii:GAMES/ARCANII:$(PROGS)/games/arcanii/trunk/arcanii.asm \ games/bnc:GAMES/BNC:$(PROGS)/games/bnc/trunk/bnc.asm \ - games/freecell:GAMES/FREECELL:$(PROGS)/games/freecell/freecell.ASM \ + games/freecell:GAMES/FREECELL:$(PROGS)/games/freecell/freecell.asm \ games/gomoku:GAMES/GOMOKU:$(PROGS)/games/gomoku/trunk/gomoku.asm \ games/invaders:GAMES/INVADERS:$(PROGS)/games/invaders/invaders.asm \ games/klavisha:GAMES/KLAVISHA:$(PROGS)/games/klavisha/trunk/klavisha.asm \ diff --git a/data/rus/Makefile b/data/rus/Makefile index 79a8b43e4d..c92d901160 100644 --- a/data/rus/Makefile +++ b/data/rus/Makefile @@ -130,7 +130,7 @@ FASM_PROGRAMS:=\ games/15:GAMES/15:$(PROGS)/games/15/trunk/15.ASM \ games/arcanii:GAMES/ARCANII:$(PROGS)/games/arcanii/trunk/arcanii.asm \ games/bnc:GAMES/BNC:$(PROGS)/games/bnc/trunk/bnc.asm \ - games/freecell:GAMES/FREECELL:$(PROGS)/games/freecell/freecell.ASM \ + games/freecell:GAMES/FREECELL:$(PROGS)/games/freecell/freecell.asm \ games/gomoku:GAMES/GOMOKU:$(PROGS)/games/gomoku/trunk/gomoku.asm \ games/invaders:GAMES/INVADERS:$(PROGS)/games/invaders/invaders.asm \ games/klavisha:GAMES/KLAVISHA:$(PROGS)/games/klavisha/trunk/klavisha.asm \