Local libraries now first.

This commit is contained in:
Janet B. Anderson
1997-01-16 22:22:18 +00:00
parent 8afabaf4e1
commit 2b1aab904e

View File

@@ -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