Added dependencies for proto.h.
authorWayne Davison <wayned@samba.org>
Mon, 6 Feb 2006 05:06:52 +0000 (05:06 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 6 Feb 2006 05:06:52 +0000 (05:06 +0000)
prepare-source.mak

index 137a71c..0fdd808 100644 (file)
@@ -6,7 +6,7 @@ configure: configure.in aclocal.m4
 config.h.in: configure.in aclocal.m4
        autoheader
 
-proto.h:
+proto.h: *.c lib/compat.c
        cat *.c lib/compat.c | awk -f mkproto.awk >proto.h.new
        if diff proto.h proto.h.new >/dev/null; then \
          rm proto.h.new; \