fix make proto to work with SGI smake
authorHerb Lewis <herb@samba.org>
Tue, 17 Dec 2002 21:45:09 +0000 (21:45 +0000)
committerHerb Lewis <herb@samba.org>
Tue, 17 Dec 2002 21:45:09 +0000 (21:45 +0000)
source/Makefile.in

index d7147cb4d63bdd705a00cada236af39fd94e8004..8f7e3735d1df27a8b2ae7b319a16474329387ea4 100644 (file)
@@ -1071,10 +1071,14 @@ utils/net_proto.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
+       $(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
 
 proto: headers