[llvm-commits] CVS: llvm/runtime/GCCLibraries/crtend/Makefile.am

Reid Spencer reid at x10sys.com
Sun Oct 17 08:02:37 PDT 2004



Changes in directory llvm/runtime/GCCLibraries/crtend:

Makefile.am updated: 1.1 -> 1.2
---
Log message:

Add missing targets for install/clean

---
Diffs of the changes:  (+4 -0)

Index: llvm/runtime/GCCLibraries/crtend/Makefile.am
diff -u llvm/runtime/GCCLibraries/crtend/Makefile.am:1.1 llvm/runtime/GCCLibraries/crtend/Makefile.am:1.2
--- llvm/runtime/GCCLibraries/crtend/Makefile.am:1.1	Sat Oct 16 19:24:15 2004
+++ llvm/runtime/GCCLibraries/crtend/Makefile.am	Sun Oct 17 10:01:59 2004
@@ -37,9 +37,13 @@
 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






More information about the llvm-commits mailing list