From: Ken Raeburn Date: Tue, 30 Aug 1994 23:37:15 +0000 (+0000) Subject: fix mpw problem with ".." for stan X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a48f997a6bdb8a634169cb7093f9a25e79243895;p=binutils-gdb.git fix mpw problem with ".." for stan --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 40b8286f731..03b29835fd2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 30 19:31:14 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + * as.h: Include alloca-conf.h from "libiberty", not + "../libiberty". + Mon Aug 29 16:11:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * config/tc-ppc.c (md_apply_fix): Don't generate a reloc when a diff --git a/gas/as.h b/gas/as.h index fa3a8eaaa42..adfa7b5c92b 100644 --- a/gas/as.h +++ b/gas/as.h @@ -38,7 +38,7 @@ /* These #defines are for parameters of entire assembler. */ /* For some systems, this is required to be first. */ -#include "../libiberty/alloca-conf.h" +#include "libiberty/alloca-conf.h" /* Now, tend to the rest of the configuration. */ #include "config.h"