fix make proto to work with SGI smake
authorHerb Lewis <herb@samba.org>
Tue, 17 Dec 2002 21:45:50 +0000 (21:45 +0000)
committerHerb Lewis <herb@samba.org>
Tue, 17 Dec 2002 21:45:50 +0000 (21:45 +0000)
(This used to be commit 773e5af6eb61fc38f8e45ea0a2afd6922cc71fd5)

source3/Makefile.in

index 8617bdeed6d863c3f6c0c2a4fd5de950c9682196..a13197823ce12635eefdedc861864385e02d719b 100644 (file)
@@ -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