--- gforth/Makefile.in 2012/10/08 22:54:22 1.490 +++ gforth/Makefile.in 2012/12/31 15:25:17 1.492 @@ -1,6 +1,6 @@ #Makefile for Gforth -#Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010,2011 Free Software Foundation, Inc. +#Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012 Free Software Foundation, Inc. #This file is part of Gforth. @@ -297,7 +297,7 @@ FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_DIST colorize.fs comp-i.fs complex.fs \ depth-changes.fs dosekey.fs doskey.fs ds2texi.fs \ envos.dos envos.os2 etags.fs fft.fs filedump.fs fi2c.fs \ - fsl-util.4th glosgen.fs gray.fs httpd.fs install-tags.fs \ + fsl-util.4th fsl-util.fs glosgen.fs gray.fs httpd.fs install-tags.fs \ make-app.fs doc/makedoc.fs locate.fs more.fs onebench.fs fft-bench.fs \ other.fs prims2x.fs prims2x0.6.2.fs proxy.fs random.fs \ regexp.fs sokoban.fs string.fs table.fs tags.fs \ @@ -418,6 +418,9 @@ ARCHS_NO_DIST = \ arch/h8/asm.fs \ arch/r8c/tt.fs +# temporary change. DO NOT COMMIT +ARCHS += $(ARCHS_NO_DIST) + VMGEN_EX = vmgen-ex/Makefile vmgen-ex/README vmgen-ex/disasm.c \ vmgen-ex/engine.c vmgen-ex/fib.mini \ vmgen-ex/mini-inst.vmg vmgen-ex/mini-super.vmg vmgen-ex/mini.h \