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

Brian Gaeke gaeke at cs.uiuc.edu
Mon Oct 4 14:33:49 PDT 2004



Changes in directory reopt/lib:

Makefile updated: 1.24 -> 1.25
---
Log message:

ScratchMemory must be built before WholeReoptimizer


---
Diffs of the changes:  (+1 -1)

Index: reopt/lib/Makefile
diff -u reopt/lib/Makefile:1.24 reopt/lib/Makefile:1.25
--- reopt/lib/Makefile:1.24	Mon Oct  4 15:15:26 2004
+++ reopt/lib/Makefile	Mon Oct  4 16:33:39 2004
@@ -5,7 +5,7 @@
 
 # Mac OS X assembler doesn't love the dummy function.
 ifneq ($(ARCH),PowerPC)
-DIRS := $(DIRS) ScratchMemory
+DIRS := ScratchMemory $(DIRS)
 endif
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list