diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-04-21 18:51:14 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-04-21 18:51:14 +0400 |
commit | 4c8e74e17608f9087c81d288ba2fd6ac11d915ca (patch) | |
tree | 0b7e8c45060ff1fd7bb6a6d81902c55aadacb474 /Makefile.in | |
parent | 2ece71588c217a905667e055737e4b9229015e2f (diff) | |
download | nasm-4c8e74e17608f9087c81d288ba2fd6ac11d915ca.tar.gz nasm-4c8e74e17608f9087c81d288ba2fd6ac11d915ca.tar.bz2 nasm-4c8e74e17608f9087c81d288ba2fd6ac11d915ca.zip |
make: Update pecoff.h related deps
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 21e193b..273abcf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -311,7 +311,7 @@ output/outas86.$(O): output/outas86.c compiler.h config.h directives.h \ output/outbin.$(O): output/outbin.c compiler.h config.h directives.h eval.h \ insnsi.h labels.h nasm.h nasmlib.h opflags.h output/outform.h \ output/outlib.h pptok.h preproc.h regs.h saa.h stdscan.h -output/outcoff.$(O): output/outcoff.c compiler.h config.h directives.h \ +output/outcoff.$(O): output/outcoff.c output/pecoff.h compiler.h config.h directives.h \ eval.h insnsi.h nasm.h nasmlib.h opflags.h output/outform.h output/outlib.h \ pptok.h preproc.h raa.h regs.h saa.h output/outdbg.$(O): output/outdbg.c compiler.h config.h directives.h \ |