diff options
Diffstat (limited to 'config/dec-osf4.x')
-rw-r--r-- | config/dec-osf4.x | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/dec-osf4.x b/config/dec-osf4.x index fcfc0e3..bad4669 100644 --- a/config/dec-osf4.x +++ b/config/dec-osf4.x @@ -13,8 +13,8 @@ if test "X-" = "X-$CC"; then fi # Try GNU compiler flags. -. ./config/gnu-flags +. $srcdir/config/gnu-flags # Try native DEC compiler ARCH=${ARCH:='-arch host -tune host'} -. ./config/dec-flags +. $srcdir/config/dec-flags |