From 773e5af6eb61fc38f8e45ea0a2afd6922cc71fd5 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Tue, 17 Dec 2002 21:45:50 +0000 Subject: [PATCH] fix make proto to work with SGI smake --- source/Makefile.in | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/source/Makefile.in b/source/Makefile.in index 8617bdeed6d..a13197823ce 100644 --- a/source/Makefile.in +++ b/source/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 -- 2.34.1