Diff for /gforth/Makefile.in between versions 1.124 and 1.125

version 1.124, 1998/11/08 23:08:03 version 1.125, 1998/11/21 20:24:15
Line 687  aclocal.m4: acinclude.m4 configure.in Line 687  aclocal.m4: acinclude.m4 configure.in
                 aclocal                  aclocal
   
 # autoheader might not change config.h.in, so touch a stamp file.  # autoheader might not change config.h.in, so touch a stamp file.
 config.h.in:    stamp-h.in  engine/config.h.in:     stamp-h.in
 stamp-h.in:     configure.in  acconfig.h  stamp-h.in:     configure.in  acconfig.h
                 cd $(srcdir) && autoheader                  cd $(srcdir) && autoheader
                 echo timestamp > $(srcdir)/stamp-h.in                  echo timestamp > $(srcdir)/stamp-h.in
   
 engine/config.h:        stamp-h  engine/config.h:        stamp-h
 stamp-h:        config.h.in config.status  stamp-h:        engine/config.h.in config.status
                 CONFIG_FILES=$@ CONFIG_HEADERS=engine/config.h ./config.status                  CONFIG_FILES=$@ CONFIG_HEADERS=engine/config.h ./config.status
                 echo timestamp > stamp-h                  echo timestamp > stamp-h
   

Removed from v.1.124  
changed lines
  Added in v.1.125


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