diff options
author | Chris Lattner <sabre@nondot.org> | 2001-07-23 02:35:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-07-23 02:35:57 +0000 |
commit | 0af2464a7802176360435abd858682b467f8eeab (patch) | |
tree | b4a9416026483e30938d3f024fde2d88a77ddbf0 /llvm/lib/Support | |
parent | f2d1e7927667109acd68ee340ec6329138ac10ac (diff) | |
download | bcm5719-llvm-0af2464a7802176360435abd858682b467f8eeab.tar.gz bcm5719-llvm-0af2464a7802176360435abd858682b467f8eeab.zip |
Large scale changes to implement new command line argument facility
llvm-svn: 272
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r-- | llvm/lib/Support/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Support/Makefile b/llvm/lib/Support/Makefile index 7a41c62b04e..c7eb8adcb19 100644 --- a/llvm/lib/Support/Makefile +++ b/llvm/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 |