From 1cc9ad07f43e83a239e695e69bd09ab28a7ff349 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Tue, 8 Apr 2014 15:16:57 -0700 Subject: [PATCH] whoops, forgot the dollar sign --- Make.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Make.inc b/Make.inc index ba67f1a..7f15fd3 100644 --- a/Make.inc +++ b/Make.inc @@ -76,9 +76,9 @@ SHLIB_EXT = dll SONAME_FLAG = -soname CFLAGS_add += -nodefaultlibs FFLAGS += -nodefaultlibs -shlibdir = bindir +shlibdir = $(bindir) else -shlibdir = libdir +shlibdir = $(libdir) endif ifeq ($(OS), Linux)