]> granicus.if.org Git - yasm/commitdiff
For now, remove yapp from the build. It needs rewriting and currently the
authorPeter Johnson <peter@tortall.net>
Mon, 31 Mar 2003 05:13:29 +0000 (05:13 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 31 Mar 2003 05:13:29 +0000 (05:13 -0000)
"real" nasm preprocessor serves its purpose well enough.

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

modules/preprocs/Makefile.inc

index 0431d42e325edaee8fe891d8d2294ac3c9ed5f9d..f83290ff23dcd090f86543634c0c70519caac052 100644 (file)
@@ -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