--- gforth/Makefile.in 1996/12/28 17:19:23 1.78 +++ gforth/Makefile.in 1997/01/01 16:26:02 1.79 @@ -191,7 +191,7 @@ all: version.fs more #this rule avoids remaking everything after minor changes in 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 echo "static char gforth_version[]=\"$(VERSION)\" ;" >$@