From bb1facad3514414e92daf971717464a99926a4c0 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 13 Sep 2007 17:39:26 +0000 Subject: [PATCH] libsubdir for libraries is now always $$pkgid --- libraries/Makefile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/libraries/Makefile b/libraries/Makefile index ac2bde4..b06c0ca 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -209,16 +209,6 @@ configure: $(foreach SUBDIR,$(SUBDIRS), \ # "C:\\Program Files\\Common Files" # on Windows -# We also set libsubdir differently on Windows and non-Windows, as on -# non-Windows the path we deduce is higher up than the path passed to -# the executable with the shell script on non-Windows. This should -# probably be tidied up so that we can always pass the same libsubdir. -ifeq "$(Windows)" "YES" -libsubdir = $$pkgid -else -libsubdir = $$compiler/lib/$$pkgid -endif - # We rely on all the CONFIGURE_ARGS being quoted with '...', and there # being no 's inside the values. FLAGGED_CONFIGURE_ARGS = $(subst $(space)',\ @@ -234,7 +224,7 @@ stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).%: %/setup/Setup --prefix='$$topdir' \ --bindir='$(bindir)' \ --libdir='$(libdir)' \ - --libsubdir='$(libsubdir)' \ + --libsubdir='$$pkgid' \ --libexecdir='$(libexecdir)' \ --datadir='$(datadir)' \ --docdir='$(docdir)' \ -- 1.7.10.4