summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-01 19:04:20 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-01 19:04:20 (GMT)
commit26713d42100ebb0f949777060102b8fa20c22ffd (patch)
treec19e1e5ca3405de45e3465487ec1617fd579b532 /config
parentc2abd16d69e6fb9514c91d81d25aa56a0633723c (diff)
Merge the build system to trunk: ct-ng is now installable:
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>
Diffstat (limited to 'config')
-rw-r--r--config/config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.in b/config/config.in
index d573ce7..e7c236c 100644
--- a/config/config.in
+++ b/config/config.in
@@ -5,5 +5,5 @@ source config/kernel.in
source config/binutils.in
source config/cc.in
source config/libc.in
-source config/tools.in
-source config/debug.in
+source config.gen/tools.in
+source config.gen/debug.in