Diff for /gforth/Makefile.in between versions 1.419 and 1.422

version 1.419, 2008/08/09 20:44:03 version 1.422, 2008/08/19 20:18:58
Line 257  GFORTH_FI_SRC = \ Line 257  GFORTH_FI_SRC = \
         arch/mips/testasm.fs arch/mips/testdisasm.fs \          arch/mips/testasm.fs arch/mips/testdisasm.fs \
         arch/power/asm.fs arch/power/disasm.fs arch/power/inst.fs          arch/power/asm.fs arch/power/disasm.fs arch/power/inst.fs
   
   LIBCC_SRC = cstr.fs mkdir.fs unix/socket.fs
   
 LIBCC_SRC = unix/socket.fs  
   
 LIBCC_DIST_SRC = libffi.fs fflib.fs $(LIBCC_SRC)  LIBCC_DIST_SRC = libffi.fs fflib.fs $(LIBCC_SRC)
   
Line 819  gforth$(OPT)$(EC)$(EXE): $(ENGINE_SOURCE Line 817  gforth$(OPT)$(EC)$(EXE): $(ENGINE_SOURCE
                 for i in $(OPTS); do $(MAKE) optgforth OPT=$$i && $(CP) gforth$${i}$(EC)$(EXE) $@ && break; done; \                  for i in $(OPTS); do $(MAKE) optgforth OPT=$$i && $(CP) gforth$${i}$(EC)$(EXE) $@ && break; done; \
         else \          else \
                 ( cd engine && $(MAKE) $@ ) && \                  ( cd engine && $(MAKE) $@ ) && \
                 $(CP) gforth$(OPT)$(EC)$(EXE) gforth~; \  
                 $(CP) engine/$@ $@ && \                  $(CP) engine/$@ $@ && \
                 $(MASSAGE_EXE) $@; \                  $(MASSAGE_EXE) $@; \
                 @GFORTH_EXE@; \                  @GFORTH_EXE@; \
Line 915  kernel.tags: Line 912  kernel.tags:
   
 #elc files  #elc files
 gforth.elc:     gforth.el  gforth.elc:     gforth.el
                 -$(EMACS) -batch -f batch-byte-compile $<                  -$(EMACS) -batch -f batch-byte-compile gforth.el
   
 #Documentation  #Documentation
   

Removed from v.1.419  
changed lines
  Added in v.1.422


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