[gforth] / gforth / Makefile.in  

gforth: gforth/Makefile.in

Diff for /gforth/Makefile.in between version 1.78 and 1.79

version 1.78, Sat Dec 28 17:19:23 1996 UTC version 1.79, Wed Jan 1 16:26:02 1997 UTC
Line 191 
Line 191 
   
 #this rule avoids remaking everything after minor changes in Makefile.in  #this rule avoids remaking everything after minor changes in Makefile.in
 version-stamp:  Makefile.in  version-stamp:  Makefile.in
                 if test x'$(VERSION)' != x`cat $@`; then echo $(VERSION) >$@; fi                  test x'$(VERSION)' = x`cat $@` || echo $(VERSION) >$@
   
 version.h:      version-stamp  version.h:      version-stamp
                 echo "static char gforth_version[]=\"$(VERSION)\" ;" >$@                  echo "static char gforth_version[]=\"$(VERSION)\" ;" >$@


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help