[llvm-commits] CVS: reopt/tools/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Sep 15 00:28:02 PDT 2003
Changes in directory reopt/tools:
Makefile updated: 1.1 -> 1.2
---
Log message:
mkexcl can currently only be linked on Sparc.
---
Diffs of the changes:
Index: reopt/tools/Makefile
diff -u reopt/tools/Makefile:1.1 reopt/tools/Makefile:1.2
--- reopt/tools/Makefile:1.1 Thu Aug 21 14:41:00 2003
+++ reopt/tools/Makefile Mon Sep 15 00:27:32 2003
@@ -1,6 +1,9 @@
LEVEL := ..
-PARALLEL_DIRS := mkexcl
+DIRS :=
+ifeq ($(ARCH),Sparc)
+DIRS := $(DIRS) mkexcl
+endif
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list