diff options
Diffstat (limited to 'debugger/Makefile')
-rw-r--r-- | debugger/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger/Makefile b/debugger/Makefile index cf0fffb90..75f4aa8eb 100644 --- a/debugger/Makefile +++ b/debugger/Makefile @@ -10,5 +10,5 @@ # # ######################################################################### -UNIXDIR=../otherlibs/unix +UNIXDIR=../otherlibs/$(UNIXLIB) include Makefile.shared |