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

Brian Gaeke gaeke at cs.uiuc.edu
Thu Mar 11 14:56:01 PST 2004


Changes in directory llvm/runtime/GCCLibraries/crtend:

Makefile updated: 1.13 -> 1.14

---
Log message:

Make sure libcrtend.a gets installed when you make install-bytecode.


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

Index: llvm/runtime/GCCLibraries/crtend/Makefile
diff -u llvm/runtime/GCCLibraries/crtend/Makefile:1.13 llvm/runtime/GCCLibraries/crtend/Makefile:1.14
--- llvm/runtime/GCCLibraries/crtend/Makefile:1.13	Wed Jan 21 17:57:46 2004
+++ llvm/runtime/GCCLibraries/crtend/Makefile	Thu Mar 11 14:55:23 2004
@@ -35,6 +35,7 @@
 	cp $< $@
 
 install:: $(DESTDIR)$(bytecode_libdir)/libcrtend.a
+install-bytecode:: $(DESTDIR)$(bytecode_libdir)/libcrtend.a
 
 
 # The four components described in the README





More information about the llvm-commits mailing list