Add missing targets for install/clean

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17090 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-10-17 15:01:59 +00:00
parent ec660ae754
commit fa4cf331ed

View File

@ -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