summaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/crtend/Makefile
blob: 049e35c863189b4f6d4ff46160fcfcc65eab71ad (plain)
1
2
3
4
5
6
7
8
9
LEVEL = ../../..
LIBNAME = crtend
Source = crtend.c listend.ll

include ../Makefile.libs

install:: $(DESTLIBNAME)
	cp $(DESTLIBNAME) $(INSTALL_DIR)/crtend.o
	rm $(INSTALL_DIR)/libcrtend.bc