[llvm-commits] CVS: llvm/lib/Reoptimizer/Inst/Makefile
Joel Stanley
jstanley at cs.uiuc.edu
Wed Apr 30 16:48:01 PDT 2003
Changes in directory llvm/lib/Reoptimizer/Inst:
Makefile updated: 1.2 -> 1.3
---
Log message:
Fixed makefile structure to reflect new directory hierarchy. Corrected build order.
---
Diffs of the changes:
Index: llvm/lib/Reoptimizer/Inst/Makefile
diff -u llvm/lib/Reoptimizer/Inst/Makefile:1.2 llvm/lib/Reoptimizer/Inst/Makefile:1.3
--- llvm/lib/Reoptimizer/Inst/Makefile:1.2 Wed Apr 30 16:28:07 2003
+++ llvm/lib/Reoptimizer/Inst/Makefile Wed Apr 30 16:54:27 2003
@@ -1,6 +1,4 @@
LEVEL = ../../..
-PARALLEL_DIRS := mkexcl
-LIBRARYNAME = perfinst
-BUILD_ARCHIVE = 1
+DIRS := lib mkexcl
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list