[llvm-commits] CVS: reopt/lib/Inst/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Oct 26 10:13:14 PDT 2004
Changes in directory reopt/lib/Inst:
Makefile updated: 1.6 -> 1.7
---
Log message:
Don't build this stuff if we're not on Solaris.
---
Diffs of the changes: (+4 -0)
Index: reopt/lib/Inst/Makefile
diff -u reopt/lib/Inst/Makefile:1.6 reopt/lib/Inst/Makefile:1.7
--- reopt/lib/Inst/Makefile:1.6 Thu Aug 21 15:21:54 2003
+++ reopt/lib/Inst/Makefile Tue Oct 26 12:13:04 2004
@@ -1,6 +1,10 @@
LEVEL = ../..
#DIRS := lib rtl
# rtl needs PAPI
+ifeq ($(OS),SunOS)
DIRS := lib
+else
+DIRS :=
+endif
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list