remove attributions from the rest of the llvm makefiles.
[oota-llvm.git] / bindings / ocaml / Makefile
index a3bbae00940633ca82a720588ef40a6eb05a301e..5cd3b89b5793aa915c7b497b5865db4cb1031fee 100644 (file)
@@ -2,12 +2,12 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by Gordon Henriksen and is distributed under the
-# University of Illinois Open Source License. See LICENSE.TXT for details.
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
 
 LEVEL := ../..
-DIRS = llvm bitwriter analysis
+DIRS = llvm bitreader bitwriter analysis executionengine
 
 include $(LEVEL)/Makefile.common