summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index e377c7a85e..8cd2c9f621 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1308,15 +1308,14 @@ clean: delheaders python_clean
# afterwards.
proto_exists: include/proto.h include/wrepld_proto.h include/build_env.h \
nsswitch/winbindd_proto.h web/swat_proto.h \
- client/client_proto.h utils/net_proto.h smbd/build_options.c \
- include/tdbsam2_parse_info.h
+ client/client_proto.h utils/net_proto.h smbd/build_options.c
delheaders:
@echo Removing prototype headers
@rm -f include/proto.h include/build_env.h include/wrepld_proto.h \
nsswitch/winbindd_proto.h web/swat_proto.h \
client/client_proto.h utils/net_proto.h \
- smbd/build_options.c include/tdbsam2_parse_info.h
+ smbd/build_options.c
MKPROTO_SH = $(srcdir)/script/mkproto.sh
@@ -1378,9 +1377,13 @@ headers:
$(MAKE) nsswitch/winbindd_proto.h; \
$(MAKE) web/swat_proto.h; \
$(MAKE) client/client_proto.h; \
- $(MAKE) utils/net_proto.h; \
+ $(MAKE) utils/net_proto.h;
+
+prebuiltheaders:
$(MAKE) include/tdbsam2_parse_info.h
+genparse: prebuiltheaders
+
proto: headers
.PHONY: headers proto