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