[gforth] / gforth / Makefile.in  

gforth: gforth/Makefile.in

Diff for /gforth/Makefile.in between version 1.436 and 1.437

version 1.436, Sun Nov 9 14:35:18 2008 UTC version 1.437, Thu Nov 13 22:27:24 2008 UTC
Line 478 
Line 478 
 # use this dependency for phony targets just as mostlyclean,...  # use this dependency for phony targets just as mostlyclean,...
 FORCE: ;  FORCE: ;
   
   #targets of failed commands should be deleted:
   .DELETE_ON_ERROR:
   
 #this rule avoids remaking everything after minor changes in Makefile.in  #this rule avoids remaking everything after minor changes in Makefile.in
 version:        Makefile.in configure.in  version:        Makefile.in configure.in
                 if test -r $@ && test x'$(VERSION)' = x`cat $@` ; then true ; else echo $(VERSION) > $@ ; fi                  if test -r $@ && test x'$(VERSION)' = x`cat $@` ; then true ; else echo $(VERSION) > $@ ; fi


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help