summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 9f9943a6a2..723ac2e165 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
- @[ -f $@ ] || touch $@
+ @touch $@
$(PROTO_OBJ) : .headers.stamp