diff --git a/runtime/GCCLibraries/crtend/Makefile.am b/runtime/GCCLibraries/crtend/Makefile.am index 71bb077d3dd..8aca6efe1a2 100644 --- a/runtime/GCCLibraries/crtend/Makefile.am +++ b/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