Add missing targets for install/clean
authorReid Spencer <rspencer@reidspencer.com>
Sun, 17 Oct 2004 15:01:59 +0000 (15:01 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 17 Oct 2004 15:01:59 +0000 (15:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17090 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/GCCLibraries/crtend/Makefile.am

index 71bb077d3ddbd4f240b028f998d9bfaba9e31c19..8aca6efe1a2bebed1b25db0359fc47d3d08f4bea 100644 (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