The Sparc linking .so problem extends to the sample project as well
[oota-llvm.git] / projects / Makefile
index e64379b7bfd213b4d721d9f613fc5625289b6a50..1e89f6d91bdd3bd9e64bc86aca510c5f3a057e84 100644 (file)
@@ -15,6 +15,7 @@ DIRS:= $(filter-out llvm-test,$(patsubst $(SourceDir)/%/Makefile,%,$(wildcard $(
 # Sparc cannot link shared libraries (libtool problem?) which Stacker uses
 ifeq ($(ARCH), Sparc)
 DIRS := $(filter-out Stacker, $(DIRS))
+DIRS := $(filter-out sample, $(DIRS))
 endif
 
 include $(BUILD_SRC_ROOT)/Makefile.rules