fix mpw problem with ".." for stan

This commit is contained in:
Ken Raeburn 1994-08-30 23:37:15 +00:00
parent bad5ceb816
commit a48f997a6b
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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"