mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +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
|
||||
#
|
||||
|
@ -744,7 +744,7 @@ ke/main.o: ke/main.c $(PATH_TO_TOP)/include/reactos/buildno.h
|
|||
%.o: %.s
|
||||
$(AS) $(ASFLAGS) -c $< -o $@
|
||||
%.o: %.asm
|
||||
$(NASM) $(NFLAGS) $< -o $@
|
||||
$(NASM_CMD) $(NFLAGS) $< -o $@
|
||||
%.coff: %.rc
|
||||
$(RC) $(RCFLAGS) $< -o $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue