From 673f444013915fe2cfd30019b27bf3b8d1d34a4e Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 24 Nov 2010 20:21:58 +0100 Subject: buildsys: add make {,install_}startfiles This builds and installs the crt files. Signed-off-by: Bernhard Reutner-Fischer --- Makerules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 2e9ca05bf..84eeaea19 100644 --- a/Makerules +++ b/Makerules @@ -437,7 +437,8 @@ endif CRTS_COMPAT := #endif -$(crt-y): $(CRTS) $(CTOR_TARGETS) $(CRTS_COMPAT) $(CRTRELOC) +startfiles = $(CRTS) $(CTOR_TARGETS) $(CRTS_COMPAT) $(CRTRELOC) +$(crt-y): $(startfiles) $(CRTS) $(CTOR_TARGETS) $(CRTS_COMPAT) $(CRTRELOC): | headers $(CRTS) $(CTOR_TARGETS) $(CRTS_COMPAT) $(CRTRELOC) $(LINK_FLAT_CRTS) $(SHARED_START_FILES) $(SHARED_END_FILES) : | $(top_builddir)lib -- cgit v1.2.3