summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/GCCLibraries
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-17 15:01:59 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-17 15:01:59 +0000
commit6889cc2d749d6d08d8394319cd82bb220145a39a (patch)
tree424b811e2d21f26590ab421697a9ea80afc9903d /llvm/runtime/GCCLibraries
parentf476d84b69e296eabbae4675ea4f17eb2a3fd20c (diff)
downloadbcm5719-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.am4
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
OpenPOWER on IntegriCloud