undo a local only change, build list option is proper way to do this

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1148 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Kenneth J Davis 2005-11-06 19:57:54 +00:00
parent 24f47a5ecc
commit 630e5c64d7
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ DEPENDS=makefile ..\*.bat ..\mkfiles\*.*
# Implicit Rules #######################################################
.asm.obj:
$(NASM) $(NASMFLAGS) -l$*.lst $<
$(NASM) $(NASMFLAGS) $<
.c.obj:
$(CC) $(CFLAGS) $<