diff options
author | Jean-François Micouleau <jfm@samba.org> | 2001-12-06 12:57:50 +0000 |
---|---|---|
committer | Jean-François Micouleau <jfm@samba.org> | 2001-12-06 12:57:50 +0000 |
commit | 0069985ce3e37ac35b4a3ba9fb8d58ceae0be152 (patch) | |
tree | 94203956c932b1cb02c5f3c7d05fb39bd5da3646 /source3/Makefile.in | |
parent | 41218bdff47be515e66f0ae2ead3b4af0b6e861f (diff) | |
download | samba-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.in | 4 |
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 |