From: Peter Johnson Date: Thu, 2 Dec 2004 04:05:20 +0000 (-0000) Subject: * Makefile.inc: Remove nasm-macros.c from SOURCES; having it there was X-Git-Tag: v0.5.0rc1~189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec66889b7d365664028946c8aeee05910c054010;p=yasm * Makefile.inc: Remove nasm-macros.c from SOURCES; having it there was 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 --- diff --git a/modules/preprocs/nasm/Makefile.inc b/modules/preprocs/nasm/Makefile.inc index ee63e4bd..07b957f4 100644 --- a/modules/preprocs/nasm/Makefile.inc +++ b/modules/preprocs/nasm/Makefile.inc @@ -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