From: Bernhard Reutner-Fischer Date: Fri, 11 Jul 2008 16:23:38 +0000 (-0000) Subject: - the interp is an order-only prereq of lib-so-y X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a1dc829ec29e097bb67544697272beb83add9cd3;p=uclinux-h8%2Fuclibc-ng.git - the interp is an order-only prereq of lib-so-y - hint vi on the filetype while at it --- 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 :