correct dependency problem
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Wed, 31 Dec 2008 11:15:45 +0000
changeset 4068 e0eb69d55e40
parent 4067 165b38956c24
child 4069 430a6edb0fa0
correct dependency problem
bindings/python/wscript
--- a/bindings/python/wscript	Mon Dec 29 16:54:53 2008 +0000
+++ b/bindings/python/wscript	Wed Dec 31 11:15:45 2008 +0000
@@ -262,6 +262,8 @@
 
 class gen_everything_h_task(Task.Task):
     before = 'cc cxx'
+    after = 'ns3header_task'
+    color = 'BLUE'
 
     def run(self):
         assert len(self.outputs) == 1