From ce8853487100ca834a22c6fd98a4d8a9c6596773 Mon Sep 17 00:00:00 2001 From: mudlord Date: Sun, 13 Jan 2008 06:05:37 +0000 Subject: [PATCH] Fixed FEX linking under Linux --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e9c14d4f..72788be7 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ OBJECTS+=${CALTERNOBJ} endif ifeq ($(USEFEX),yes) -LFLAGS+=-l:${FEXDIR}/libfex.a +LFLAGS+=-L${FEXDIR} -lfex else OBJECTS+=${MAINDIR}/fex_mini${OE} endif