Changeset 3157
- Timestamp:
- 02/09/08 09:51:49 (10 months ago)
- Files:
-
- trunk/lib/install-gdc.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/install-gdc.sh
r3156 r3157 61 61 62 62 # If we have which, use it to get the prefix 63 which --version>& /dev/null63 which gdc >& /dev/null 64 64 if [ "$?" = "0" ] 65 65 then … … 71 71 72 72 # If libgphobos.a isn't installed, make it up 73 if [ "$GPHOBOS_DIR" = "." ]73 if [ -n "$GPHOBOS_DIR" -o "$GPHOBOS_DIR" = "." ] 74 74 then 75 75 GPHOBOS_DIR="$PREFIX/lib"












