summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/GCCLibraries
diff options
context:
space:
mode:
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