diff options
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r-- | boehm-gc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index cb383d55913..9cf838b3a71 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/Makefile.am @@ -17,7 +17,7 @@ MULTICLEAN = true ## Install a library built with a cross compiler in tooldir, not ## libdir. if USE_LIBDIR -toolexeclibdir = $(libdir) +toolexeclibdir = $(libdir)$(MULTISUBDIR) else toolexecdir = $(exec_prefix)/$(target_alias) toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR) |