From: Peter Johnson Date: Mon, 31 Mar 2003 05:13:29 +0000 (-0000) Subject: For now, remove yapp from the build. It needs rewriting and currently the X-Git-Tag: v0.2.2~3^2~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cdb3cedb7ccffb2478a30d70206732a6f8bb553e;p=yasm For now, remove yapp from the build. It needs rewriting and currently the "real" nasm preprocessor serves its purpose well enough. svn path=/trunk/yasm/; revision=902 --- diff --git a/modules/preprocs/Makefile.inc b/modules/preprocs/Makefile.inc index 0431d42e..f83290ff 100644 --- a/modules/preprocs/Makefile.inc +++ b/modules/preprocs/Makefile.inc @@ -2,9 +2,7 @@ EXTRA_DIST += \ modules/preprocs/nasm/Makefile.inc \ - modules/preprocs/raw/Makefile.inc \ - modules/preprocs/yapp/Makefile.inc + modules/preprocs/raw/Makefile.inc include modules/preprocs/nasm/Makefile.inc include modules/preprocs/raw/Makefile.inc -include modules/preprocs/yapp/Makefile.inc