diff options
-rw-r--r-- | lib/Target/Makefile | 1 | ||||
-rw-r--r-- | lib/Target/Sparc/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/Makefile b/lib/Target/Makefile index 56ca3bb9d7..8b75294c5b 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -10,7 +10,6 @@ LEVEL = ../.. LIBRARYNAME = LLVMTarget BUILD_ARCHIVE = 1 -EXTRA_DIST = README.txt # We include this early so we can access the value of TARGETS_TO_BUILD as the # value for PARALLEL_DIRS which must be set before Makefile.rules is included diff --git a/lib/Target/Sparc/Makefile b/lib/Target/Sparc/Makefile index b6f6aaf0fc..8cc4add374 100644 --- a/lib/Target/Sparc/Makefile +++ b/lib/Target/Sparc/Makefile @@ -9,7 +9,6 @@ LEVEL = ../../.. LIBRARYNAME = LLVMSparc TARGET = Sparc -EXTRA_DIST = README.txt # Make sure that tblgen is run, first thing. BUILT_SOURCES = SparcGenRegisterInfo.h.inc SparcGenRegisterNames.inc \ |