summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>2001-12-06 12:57:50 +0000
committerJean-François Micouleau <jfm@samba.org>2001-12-06 12:57:50 +0000
commit0069985ce3e37ac35b4a3ba9fb8d58ceae0be152 (patch)
tree94203956c932b1cb02c5f3c7d05fb39bd5da3646 /source3/Makefile.in
parent41218bdff47be515e66f0ae2ead3b4af0b6e861f (diff)
downloadsamba-0069985ce3e37ac35b4a3ba9fb8d58ceae0be152.tar.gz
samba-0069985ce3e37ac35b4a3ba9fb8d58ceae0be152.tar.bz2
samba-0069985ce3e37ac35b4a3ba9fb8d58ceae0be152.zip
remove .headers.stamp from the delheaders definition
It forced a complete build to occur each time the proto are rebuild ! J.F. (This used to be commit 9866c18193226ec4dc69ccc459f4f9b36610b945)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 541bfce7c9..362965a312 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -791,8 +791,8 @@ winbindd_proto:
$(WINBINDD_OBJ1)
delheaders:
- @/bin/rm -f $(srcdir)/include/proto.h $(srcdir)/include/build_env.h $(srcdir)/.headers.stamp
- @/bin/rm -f include/proto.h include/build_env.h .headers.stamp
+ @/bin/rm -f $(srcdir)/include/proto.h $(srcdir)/include/build_env.h
+ @/bin/rm -f include/proto.h include/build_env.h
# 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