Changed the "proto" target to "proto.h".
authorWayne Davison <wayned@samba.org>
Mon, 6 Feb 2006 04:53:02 +0000 (04:53 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 6 Feb 2006 04:53:02 +0000 (04:53 +0000)
prepare-source.mak

index 8cb6ce0..137a71c 100644 (file)
@@ -1,4 +1,4 @@
-gen: configure config.h.in proto man
+gen: configure config.h.in proto.h man
 
 configure: configure.in aclocal.m4
        autoconf
@@ -6,7 +6,7 @@ configure: configure.in aclocal.m4
 config.h.in: configure.in aclocal.m4
        autoheader
 
-proto:
+proto.h:
        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; \