diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-23 20:36:28 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-23 20:36:28 +0000 |
commit | 580e7fad9bb993a7e73ef2e003ef3a976a14e45d (patch) | |
tree | b2f88df49bbd37c87a9400fb3c4903eac98c03d7 /include | |
parent | 75fff603ad5fb4bfaaeb04afe85b191f1a2408a7 (diff) | |
download | ATCD-580e7fad9bb993a7e73ef2e003ef3a976a14e45d.tar.gz |
moved directories to /project/doc/mvme/
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_chorus_ghs.GNU | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/makeinclude/platform_chorus_ghs.GNU b/include/makeinclude/platform_chorus_ghs.GNU index ef126dd5561..47b90b9ad2e 100644 --- a/include/makeinclude/platform_chorus_ghs.GNU +++ b/include/makeinclude/platform_chorus_ghs.GNU @@ -5,15 +5,15 @@ # Locations of Green Hills installation, MVME installation, etc. The # ifndef protection allows setting via environment variables. ifndef GHS_DIR - GHS_DIR=/project/doc/green68k/GreenHills/releases/chorus-m68k + GHS_DIR=/project/doc/mvme/green68k/GreenHills/releases/chorus-m68k endif # GHS_DIR ifndef COOL_DIR - COOL_DIR=/project/doc/miniCOOL/minicool.r4.3/classix-r3-flm-mvme177-gh + COOL_DIR=/project/doc/mvme/miniCOOL/minicool.r4.3/classix-r3-flm-mvme177-gh endif # COOL_DIR ifndef MVME_DIR - MVME_DIR=/project/doc/mvme177/appl + MVME_DIR=/project/doc/mvme/mvme177/appl endif # MVME_DIR ifndef MVME_INCL |