X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.rules;h=fbab794346fa53437563c774e325178d9f2ddab1;hb=476f2435f57fb1c12735bb958f6a6af8849eab2c;hp=ff0a3e3f81915b8b2f1cb41f7ca848aae41b6716;hpb=868e579be6c533836731500b47fc6d6d2e8e5314;p=oota-llvm.git diff --git a/Makefile.rules b/Makefile.rules index ff0a3e3f819..fbab794346f 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -727,10 +727,6 @@ ifeq ($(HOST_OS),SunOS) CPP.BaseFlags += -include llvm/Support/Solaris.h endif -ifeq ($(HOST_OS),AuroraUX) -CPP.BaseFlags += -include llvm/Support/Solaris.h -endif # !HOST_OS - AuroraUX. - # On Windows, SharedLibDir != LibDir. The order is important. ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW)) LD.Flags += -L$(SharedLibDir) -L$(LibDir) -L$(LLVMToolDir) -L$(LLVMLibDir) @@ -1725,7 +1721,7 @@ $(ObjDir)/%GenDFAPacketizer.inc.tmp : %.td $(ObjDir)/.dir $(LLVM_TBLGEN) # Dump all the records to .td.expanded. This is useful for debugging. $(TARGET:%=%.td.expanded): \ -%.td.expanded : %.td $(LLVM_TBLGEN) +%.td.expanded : %.td $(LLVM_TBLGEN) $(TDFiles) $(Echo) "Building a fully expanded version of $(