From 255881e20fc3d8005b388729e7fe0cf1c8f23b86 Mon Sep 17 00:00:00 2001 From: "Wojciech A. Koszek" Date: Sun, 31 Jan 2010 19:02:14 +0000 Subject: Make this target work on FreeBSD and GNU/Linux actually. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0bd944..8ec85bd 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ jim: $(JIM_OBJECTS) libjim: libjim.so libjim.so: $(JIM_SRCS) - $(CC) $(LDFLAGS) -fpic -fPIC -shared -o libjim.so $> $(LIBS) + $(CC) $(LDFLAGS) -fpic -fPIC -shared -o libjim.so $(JIM_SRCS) $(LIBS) readline: jim-readline-1.0.so posix: jim-posix-1.0.so -- cgit v1.1