%% Regarding Problem with .INTERMEDIATE;
%% "Chris Rankin" <[EMAIL PROTECTED]> writes:
cr> We are seeing the following problem with GNU make versions 3.77
cr> and 3.78.1 (Makefile below):
cr> $ make bug.o
cr> gcc-c -o bug.o bug.c
cr> rm bug.o
cr> In other words, although we are
%% Simon Liddington <[EMAIL PROTECTED]> writes:
sl> %.ot: %.dependency
sl> cat $< > $@
sl> goal:
sl> $(MAKE) timestamp module.ot
sl> .PHONY: timestamp module.ot
sl> timestamp:
sl> date > module.dependency
sl> I get this:
sl> sjl@faraday:~/make% make
sl> make tim