Create empty.h (used to force rebuilds of version.o by the automake
[u/mdw/putty] / Recipe
diff --git a/Recipe b/Recipe
index 77f3be0..677d42e 100644 (file)
--- a/Recipe
+++ b/Recipe
@@ -179,9 +179,12 @@ version.o: FORCE
 BUILT_SOURCES = empty.h
 CLEANFILES = empty.h
 empty.h: $(allsources)
-       echo '/* nothing to see here */' >$@
+       echo '/* Empty file touched by automake makefile to force rebuild of version.o */' >$@
 
 !end
+!begin >empty.h
+/* Empty file touched by automake makefile to force rebuild of version.o */
+!end
 
 # Add VER to Windows resource targets, and force them to be rebuilt every
 # time, on the assumption that they will contain version information.