[llvm-commits] CVS: llvm/support/Makefile
    John Criswell 
    criswell at cs.uiuc.edu
       
    Mon Sep 29 09:50:03 PDT 2003
    
    
  
Changes in directory llvm/support:
Makefile added (r1.1)
---
Log message:
Updating Makefiles for new location in llvm/support.
---
Diffs of the changes:
Index: llvm/support/Makefile
diff -c /dev/null llvm/support/Makefile:1.1
*** /dev/null	Mon Sep 29 09:49:19 2003
--- llvm/support/Makefile	Mon Sep 29 09:49:09 2003
***************
*** 0 ****
--- 1,6 ----
+ LEVEL = ..
+ 
+ DIRS = lib tools
+ 
+ include $(LEVEL)/Makefile.common
+ 
    
    
More information about the llvm-commits
mailing list