OSDN Git Service

- the interp is an order-only prereq of lib-so-y
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 11 Jul 2008 16:23:38 +0000 (16:23 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 11 Jul 2008 16:23:38 +0000 (16:23 -0000)
- hint vi on the filetype while at it

Makerules

index 2074562..5f9a6db 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 :