]> Git Repo - uclibc-ng.git/commitdiff
- the interp is an order-only prereq of lib-so-y
authorBernhard Reutner-Fischer <[email protected]>
Fri, 11 Jul 2008 16:23:38 +0000 (16:23 -0000)
committerBernhard Reutner-Fischer <[email protected]>
Fri, 11 Jul 2008 16:23:38 +0000 (16:23 -0000)
- hint vi on the filetype while at it

Makerules

index 2074562fbf1d68e5199bd77e2d7503f4f08dd0e4..5f9a6db98e9cb73e73c8395b0830833e46870fe3 100644 (file)
--- 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 :
This page took 0.026779 seconds and 4 git commands to generate.