aboutsummaryrefslogtreecommitdiffstats
path: root/support/lib/Support/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-23 02:35:57 +0000
committerChris Lattner <sabre@nondot.org>2001-07-23 02:35:57 +0000
commit8f367bd3c0f56b7b318c46cee04f77735f617777 (patch)
treeef00b00e2465f9168bbbd83fd2ebef8fa857146f /support/lib/Support/Makefile
parenta28504313d4c3fe87173a71b511dd4c8e25c3312 (diff)
downloadexternal_llvm-8f367bd3c0f56b7b318c46cee04f77735f617777.zip
external_llvm-8f367bd3c0f56b7b318c46cee04f77735f617777.tar.gz
external_llvm-8f367bd3c0f56b7b318c46cee04f77735f617777.tar.bz2
Large scale changes to implement new command line argument facility
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'support/lib/Support/Makefile')
-rw-r--r--support/lib/Support/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/support/lib/Support/Makefile b/support/lib/Support/Makefile
index 7a41c62..c7eb8ad 100644
--- a/support/lib/Support/Makefile
+++ b/support/lib/Support/Makefile
@@ -4,9 +4,4 @@ DIRS =
LIBRARYNAME = support
-## List source files in link order
-Source = \
- ProgramOption.o \
- ProgramOptions.o
-
include $(LEVEL)/Makefile.common