[llvm-commits] CVS: reopt/tools/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Wed Nov 19 16:53:00 PST 2003


Changes in directory reopt/tools:

Makefile updated: 1.2 -> 1.3

---
Log message:

Put reoptimizer code into 'llvm' namespace.
Other minor cleanups.


---
Diffs of the changes:  (+3 -0)

Index: reopt/tools/Makefile
diff -u reopt/tools/Makefile:1.2 reopt/tools/Makefile:1.3
--- reopt/tools/Makefile:1.2	Mon Sep 15 00:27:32 2003
+++ reopt/tools/Makefile	Wed Nov 19 16:51:54 2003
@@ -1,6 +1,9 @@
 
 LEVEL := ..
 DIRS := 
+
+include $(LEVEL)/Makefile.config
+
 ifeq ($(ARCH),Sparc)
 DIRS := $(DIRS) mkexcl
 endif





More information about the llvm-commits mailing list