Diff for /gforth/Makefile.in between versions 1.74 and 1.75

version 1.74, 1996/11/04 22:58:43 version 1.75, 1996/11/11 16:59:14
Line 122  GFORTH_FI_SRC = \ Line 122  GFORTH_FI_SRC = \
         wordinfo.fs          wordinfo.fs
   
 FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC) \  FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC) \
         ansi.fs answords.fs \          ans-report.fs ansi.fs answords.fs \
         checkans.fs \          checkans.fs \
         code.fs colorize.fs \          code.fs colorize.fs \
         doskey.fs ds2texi.fs \          doskey.fs ds2texi.fs \
Line 137  FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC) Line 137  FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC)
         wordsets.fs \          wordsets.fs \
         tester.fs coretest.fs postponetest.fs dbltest.fs \          tester.fs coretest.fs postponetest.fs dbltest.fs \
         bubble.fs siev.fs matrix.fs fib.fs \          bubble.fs siev.fs matrix.fs fib.fs \
         oof.fs oofsampl.fs          oof.fs oofsampl.fs objects.fs
   
 SOURCES = CVS compat Makefile.in configure.in configure config.sub config.guess \  SOURCES = CVS compat Makefile.in configure.in configure config.sub config.guess \
         acconfig.h config.h.in stamp-h.in \          acconfig.h config.h.in stamp-h.in \

Removed from v.1.74  
changed lines
  Added in v.1.75


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>