diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-17 15:01:59 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-17 15:01:59 +0000 |
commit | 6889cc2d749d6d08d8394319cd82bb220145a39a (patch) | |
tree | 424b811e2d21f26590ab421697a9ea80afc9903d /llvm/runtime/GCCLibraries | |
parent | f476d84b69e296eabbae4675ea4f17eb2a3fd20c (diff) | |
download | bcm5719-llvm-6889cc2d749d6d08d8394319cd82bb220145a39a.tar.gz bcm5719-llvm-6889cc2d749d6d08d8394319cd82bb220145a39a.zip |
Add missing targets for install/clean
llvm-svn: 17090
Diffstat (limited to 'llvm/runtime/GCCLibraries')
-rw-r--r-- | llvm/runtime/GCCLibraries/crtend/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/runtime/GCCLibraries/crtend/Makefile.am b/llvm/runtime/GCCLibraries/crtend/Makefile.am index 71bb077d3dd..8aca6efe1a2 100644 --- a/llvm/runtime/GCCLibraries/crtend/Makefile.am +++ b/llvm/runtime/GCCLibraries/crtend/Makefile.am @@ -37,9 +37,13 @@ $(AggregateLib) : $(BCDIR) $(ComponentLibs) all-am: $(AggregateLib) clean-am: clean-crtend + +clean-crtend: $(RM) -f $(AggregateLib) *.bc install-am: install-crtend + +install-crtend: $(INSTALL_DATA) '$(AggregateLib)' $(DESTDIR)$(libdir) MainObj := crtend.bc listend.bc |