remove .headers.stamp from the delheaders definition
authorJean-François Micouleau <jfm@samba.org>
Thu, 6 Dec 2001 12:57:50 +0000 (12:57 +0000)
committerJean-François Micouleau <jfm@samba.org>
Thu, 6 Dec 2001 12:57:50 +0000 (12:57 +0000)
It forced a complete build to occur each time the proto are rebuild !

J.F.

source/Makefile.in

index 541bfce7c926344e5de7ae0d0488e74ad5aa56b8..362965a312a20414979e5194c366d14a1e1f0a70 100644 (file)
@@ -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