diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-01-01 15:16:52 +0300 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-01-03 15:04:36 +0300 |
commit | 126faf2e3b59ec80b1f9e0e23bbfa2bc3619c562 (patch) | |
tree | e0abcf7f89e70bc666dc4a086ed40a2498b83d8c /Makefile.in | |
parent | d1428b23da921cf0feed7d5a0c6ca8fd903950e7 (diff) | |
download | nasm-126faf2e3b59ec80b1f9e0e23bbfa2bc3619c562.tar.gz nasm-126faf2e3b59ec80b1f9e0e23bbfa2bc3619c562.tar.bz2 nasm-126faf2e3b59ec80b1f9e0e23bbfa2bc3619c562.zip |
output/outelfX.c: Use definitions from stabs.h
Also made Makefile.in to handle dependency.
There are some makefiles in Mkfiles\ should
be fixed as well.
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 060d830..21e193b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -322,12 +322,12 @@ output/outelf.$(O): output/outelf.c compiler.h config.h directives.h \ output/outelf.h output/outform.h pptok.h preproc.h regs.h output/outelf32.$(O): output/outelf32.c compiler.h config.h directives.h \ eval.h insnsi.h nasm.h nasmlib.h opflags.h output/dwarf.h output/elf.h \ - output/outelf.h output/outform.h output/outlib.h pptok.h preproc.h raa.h \ - rbtree.h regs.h saa.h stdscan.h + output/outelf.h output/outform.h output/stabs.h output/outlib.h pptok.h \ + preproc.h raa.h rbtree.h regs.h saa.h stdscan.h output/outelf64.$(O): output/outelf64.c compiler.h config.h directives.h \ eval.h insnsi.h nasm.h nasmlib.h opflags.h output/dwarf.h output/elf.h \ - output/outelf.h output/outform.h output/outlib.h pptok.h preproc.h raa.h \ - rbtree.h regs.h saa.h stdscan.h + output/outelf.h output/outform.h output/stabs.h output/outlib.h pptok.h \ + preproc.h raa.h rbtree.h regs.h saa.h stdscan.h output/outform.$(O): output/outform.c compiler.h config.h directives.h \ insnsi.h nasm.h nasmlib.h opflags.h output/outform.h pptok.h preproc.h \ regs.h |