From 2b1aab904e2c4239aa2bbd3cc9a7556eaedd9227 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 16 Jan 1997 22:22:18 +0000 Subject: [PATCH] Local libraries now first. --- config/RULES.Host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/RULES.Host b/config/RULES.Host index 6b3eb69e4..033855d34 100644 --- a/config/RULES.Host +++ b/config/RULES.Host @@ -199,7 +199,7 @@ else # On Unix: library "ca" is linked with "-lca" etc. # A library may be just newly build in the local dir: add "-L." PRODDEPLIBS=$(PROD_LIBS:%=lib%.a) -USR_LDLIBS += $(PROD_LIBS:%=-l%) -L. +USR_LDLIBS += -L. $(PROD_LIBS:%=-l%) endif endif