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

Brian Gaeke gaeke at cs.uiuc.edu
Mon Nov 3 00:17:01 PST 2003


Changes in directory reopt/lib:

Makefile updated: 1.16 -> 1.17

---
Log message:

Define ARCH before testing it in a conditional.


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

Index: reopt/lib/Makefile
diff -u reopt/lib/Makefile:1.16 reopt/lib/Makefile:1.17
--- reopt/lib/Makefile:1.16	Fri Sep 12 12:18:58 2003
+++ reopt/lib/Makefile	Mon Nov  3 00:16:38 2003
@@ -1,6 +1,8 @@
 LEVEL = ..
 DIRS := BinInterface Mapping ScratchMemory TraceCache Trigger
 
+include $(LEVEL)/Makefile.config
+
 # These dirs contain files that don't currently even compile under Linux/x86:
 ifeq ($(ARCH),Sparc)
 DIRS := $(DIRS) Inst LightWtProfiling 





More information about the llvm-commits mailing list