summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Flatt <mflatt@ubuntu-12-64.(none)>2013-01-25 12:00:53 -0700
committerIvan Maidanski <ivmai@mail.ru>2013-11-03 14:26:03 +0400
commite9dbbcd9b9c211eb3156867975ed4ab12550a2fd (patch)
treed506646a81824b0161825012cb16f924b2a3b765
parent5a341f4b5d10bfffb612362061621165a361f7ae (diff)
downloadbdwgc-e9dbbcd9b9c211eb3156867975ed4ab12550a2fd.tar.gz
fix problem with --enable-shared and CGC install
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 1d4d29b2..7422e654 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -19,6 +19,11 @@ AS_ABI_FLAG=$(ABI_FLAG)
# ABI flag for assembler. On HP/UX this is +A64 for 64 bit
# executables.
+# PLTSCHEME: these paths are ultimately used for installing libs:
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+libdir = @libdir@
+
CC= @CC@ $(ABI_FLAG)
CXX= @CXX@ $(ABI_FLAG)
AS= @AS@ $(ABI_FLAG)