[gforth] / gforth / Makefile.in  

gforth: gforth/Makefile.in

Diff for /gforth/Makefile.in between version 1.431 and 1.432

version 1.431, Sat Oct 25 17:18:42 2008 UTC version 1.432, Sat Oct 25 22:30:06 2008 UTC
Line 490 
Line 490 
 kernel/version.fs:      version  kernel/version.fs:      version
         echo ": version-string s\" $(VERSION)\" ;" > kernel/version.fs          echo ": version-string s\" $(VERSION)\" ;" > kernel/version.fs
   
 more:   $(ENGINES) $(FORTH_GEN) $(GEN)  more:   $(ENGINES) $(FORTH_GEN) $(GEN) @build_libcc_named@
         test -n "$(LIBTOOL)" && $(MAKE) build-libcc-named  
   
 #from the gcc Makefile:  #from the gcc Makefile:
 #"Deletion of files made during compilation.  #"Deletion of files made during compilation.
Line 907 
Line 906 
                 $(RM) $@-                  $(RM) $@-
   
 kernel.TAGS:  kernel.TAGS:
                 rm kernl16l$(EC).fi-; $(MAKE) @kernel_fi@                  $(RM) kernl16l$(EC).fi-; $(MAKE) @kernel_fi@
   
 kernel.tags:  kernel.tags:
                 rm kernl16l$(EC).fi-; $(MAKE) @kernel_fi@                  $(RM) kernl16l$(EC).fi-; $(MAKE) @kernel_fi@
   
 #elc files  #elc files
 gforth.elc:     gforth.el  gforth.elc:     gforth.el
                 -$(EMACS) -batch -f batch-byte-compile $(srcdir)/gforth.el                  -$(EMACS) -batch -f batch-byte-compile gforth.el
   
 #Documentation  #Documentation
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1.431  
changed lines
  Added in v.1.432

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help