From fa4cf331edfa0d9d37479494ac3bc6ef0e0449b0 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 17 Oct 2004 15:01:59 +0000 Subject: Add missing targets for install/clean git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17090 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/GCCLibraries/crtend/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runtime') diff --git a/runtime/GCCLibraries/crtend/Makefile.am b/runtime/GCCLibraries/crtend/Makefile.am index 71bb077..8aca6ef 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 -- cgit v1.1