From a1dc829ec29e097bb67544697272beb83add9cd3 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 11 Jul 2008 16:23:38 +0000 Subject: - the interp is an order-only prereq of lib-so-y - hint vi on the filetype while at it --- Makerules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makerules b/Makerules index 2074562fb..5f9a6db98 100644 --- a/Makerules +++ b/Makerules @@ -15,7 +15,7 @@ PHONY := FORCE ifeq ($(HAVE_SHARED),y) .LIBPATTERNS: "lib%.so" libs: $(lib-so-y) $(lib-a-y) -$(lib-so-y): $(interp) +$(lib-so-y): | $(interp) else .LIBPATTERNS: "lib%.a" ifeq ($(UCLIBC_FORMAT_SHARED_FLAT),y) @@ -404,3 +404,4 @@ ifneq ($(strip $(.depends.dep)),) endif endif +# vi: ft=make : -- cgit v1.2.3