diff options
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |