Diff for /gforth/Makefile.in between versions 1.403 and 1.404

version 1.403, 2008/07/13 19:20:54 version 1.404, 2008/07/13 23:37:00
Line 647  uninstall: FORCE Line 647  uninstall: FORCE
 check-libcc-named: $(LIBCC_SRC)  check-libcc-named: $(LIBCC_SRC)
                 $(RMTREE) lib/gforth/$(VERSION)/libcc-named/                  $(RMTREE) lib/gforth/$(VERSION)/libcc-named/
                 $(srcdir)/mkinstalldirs lib/gforth/$(VERSION)/libcc-named/                  $(srcdir)/mkinstalldirs lib/gforth/$(VERSION)/libcc-named/
                 for i in $(LIBCC_SRC); do gforth -e "s\" `pwd`/lib/gforth/$(VERSION)/libcc-named/\" libcc-named-dir-v 2! libcc-path clear-path libcc-named-dir libcc-path also-path" $$i -e bye; done                  for i in $(LIBCC_SRC); do ./gforth -e "s\" `pwd`/lib/gforth/$(VERSION)/libcc-named/\" libcc-named-dir-v 2! libcc-path clear-path libcc-named-dir libcc-path also-path" $$i -e bye; done
   
 check:          gforths gforth.fi   check:          gforths gforth.fi 
                 $(MAKE) checkone check-nofast ENGINE="./gforth --no-dynamic" >/dev/null 2>&1                  $(MAKE) checkone check-nofast ENGINE="./gforth --no-dynamic" >/dev/null 2>&1

Removed from v.1.403  
changed lines
  Added in v.1.404


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