[llvm-commits] CVS: reopt/lib/Inst/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Oct 26 12:52:34 PDT 2004
Changes in directory reopt/lib/Inst:
Makefile updated: 1.7 -> 1.8
---
Log message:
Build the rtl library if PAPIDIR is set.
Fix building lib/Inst/lib if on SunOS.
---
Diffs of the changes: (+2 -4)
Index: reopt/lib/Inst/Makefile
diff -u reopt/lib/Inst/Makefile:1.7 reopt/lib/Inst/Makefile:1.8
--- reopt/lib/Inst/Makefile:1.7 Tue Oct 26 12:13:04 2004
+++ reopt/lib/Inst/Makefile Tue Oct 26 14:52:24 2004
@@ -1,10 +1,8 @@
LEVEL = ../..
-#DIRS := lib rtl
-# rtl needs PAPI
+include $(LEVEL)/Makefile.config
ifeq ($(OS),SunOS)
-DIRS := lib
+DIRS := lib rtl
else
DIRS :=
endif
-
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list