From 464def3437f5955bb836cddbde6bdefcca44ae0d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 26 Oct 2001 23:03:33 +0000 Subject: Restore the intended behaviour for .headers.stamp We don't want a 'make headers' (aka make proto) to force a rebuild of the entire tree. Andrew Bartlett (This used to be commit 8c0cb50387cbbcca89d12cefae40a6a02d147ea4) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 723ac2e165..82855cfc14 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -724,7 +724,7 @@ delheaders: # we want our generated headers to be rebuilt if they don't exist, but not rebuilt every time .headers.stamp: include/proto.h include/build_env.h - @touch $@ + @[ -f $@ ] || @touch $@ $(PROTO_OBJ) : .headers.stamp -- cgit