fix mpw problem with ".." for stan
authorKen Raeburn <raeburn@cygnus>
Tue, 30 Aug 1994 23:37:15 +0000 (23:37 +0000)
committerKen Raeburn <raeburn@cygnus>
Tue, 30 Aug 1994 23:37:15 +0000 (23:37 +0000)
gas/ChangeLog
gas/as.h

index 40b8286f73190693111bffe5a64b9254531e21c2..03b29835fd2bb415cde095246c2882c641be0b12 100644 (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
index fa3a8eaaa42af67c8eb353183f912043bb8778aa..adfa7b5c92b0f8e723ba5c5a110f341808db6142 100644 (file)
--- 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"