diff options
author | Andrew Engelbrecht <sudoman@ninthfloor.org> | 2011-08-03 19:30:37 -0400 |
---|---|---|
committer | Andrew Engelbrecht <sudoman@ninthfloor.org> | 2011-08-03 19:30:37 -0400 |
commit | af52b8b7b4f3c096fd8abed7e901b57f07c419a2 (patch) | |
tree | 04b420affb82d576d163a9cff26146b5601ccde7 /microkernel/mach/mig | |
parent | 32bef600e8063282f5077b08a69f63cc0eb9d591 (diff) |
Actually, we need '--prefix='.
Diffstat (limited to 'microkernel/mach/mig')
-rw-r--r-- | microkernel/mach/mig/gnu_mig/building.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/microkernel/mach/mig/gnu_mig/building.mdwn b/microkernel/mach/mig/gnu_mig/building.mdwn index 9a83e367..d5268221 100644 --- a/microkernel/mach/mig/gnu_mig/building.mdwn +++ b/microkernel/mach/mig/gnu_mig/building.mdwn @@ -71,7 +71,7 @@ you now intend to install the Mach Interface Generator (_~/gnu_), and run configure: $ GNU=~/gnu - $ TARGET_CPPFLAGS=-I"$GNU"/include ../configure + $ TARGET_CPPFLAGS=-I"$GNU"/include ../configure --prefix="$GNU" The --host flag is necessary if you are building on a 64 bit machine: |