summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in13
1 files changed, 9 insertions, 4 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 8617bdeed6..a13197823c 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1114,10 +1114,15 @@ include/tdbsam2_parse_info.h:
# make sure these commands are executed in sequence even for a
# parallel make.
headers:
- $(MAKE) delheaders 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 include/tdbsam2_parse_info.h
+ $(MAKE) delheaders; \
+ $(MAKE) include/proto.h; \
+ $(MAKE) include/build_env.h; \
+ $(MAKE) include/wrepld_proto.h; \
+ $(MAKE) nsswitch/winbindd_proto.h; \
+ $(MAKE) web/swat_proto.h; \
+ $(MAKE) client/client_proto.h; \
+ $(MAKE) utils/net_proto.h; \
+ $(MAKE) include/tdbsam2_parse_info.h
proto: headers