mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
- Changed back to the old variable NASM_CMD.
svn path=/trunk/; revision=9623
This commit is contained in:
parent
f30f61c8fa
commit
c81a4db568
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.122 2004/06/02 18:24:09 hyperion Exp $
|
# $Id: Makefile,v 1.123 2004/06/05 12:06:41 hbirr Exp $
|
||||||
#
|
#
|
||||||
# ReactOS Operating System
|
# ReactOS Operating System
|
||||||
#
|
#
|
||||||
|
@ -744,7 +744,7 @@ ke/main.o: ke/main.c $(PATH_TO_TOP)/include/reactos/buildno.h
|
||||||
%.o: %.s
|
%.o: %.s
|
||||||
$(AS) $(ASFLAGS) -c $< -o $@
|
$(AS) $(ASFLAGS) -c $< -o $@
|
||||||
%.o: %.asm
|
%.o: %.asm
|
||||||
$(NASM) $(NFLAGS) $< -o $@
|
$(NASM_CMD) $(NFLAGS) $< -o $@
|
||||||
%.coff: %.rc
|
%.coff: %.rc
|
||||||
$(RC) $(RCFLAGS) $< -o $@
|
$(RC) $(RCFLAGS) $< -o $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue