]> granicus.if.org Git - yasm/commitdiff
* Makefile.inc: Remove nasm-macros.c from SOURCES; having it there was
authorPeter Johnson <peter@tortall.net>
Thu, 2 Dec 2004 04:05:20 +0000 (04:05 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 2 Dec 2004 04:05:20 +0000 (04:05 -0000)
causing it to be built as a standalone file (it's not; it's #included into
one of the other source files).

svn path=/trunk/yasm/; revision=1185

modules/preprocs/nasm/Makefile.inc

index ee63e4bd43b250bbf9d076bfddb736560629222b..07b957f43be7c980fd54b9d1930c06ca29f28168 100644 (file)
@@ -8,7 +8,6 @@ libyasm_a_SOURCES += modules/preprocs/nasm/nasmlib.h
 libyasm_a_SOURCES += modules/preprocs/nasm/nasmlib.c
 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-eval.h
 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-eval.c
-libyasm_a_SOURCES += nasm-macros.c
 
 YASM_MODULES += preproc_nasm