aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-09-01 00:48:30 +0000
committerKen Raeburn <raeburn@cygnus>1994-09-01 00:48:30 +0000
commitc7072f5689749359719b377b1e209679d4b028a4 (patch)
treec971c0db21a2c7dbf3c3b9bc48a3edf22db5a391 /gas/Makefile.in
parent36e889afae8a4ac4a01474cf6ab09d1891674ebf (diff)
downloadfsf-binutils-gdb-c7072f5689749359719b377b1e209679d4b028a4.zip
fsf-binutils-gdb-c7072f5689749359719b377b1e209679d4b028a4.tar.gz
fsf-binutils-gdb-c7072f5689749359719b377b1e209679d4b028a4.tar.bz2
* as.h (volatile): Don't test or define here; not needed.
(alloca): Replace alloca-conf.h inclusion with code recommended in autoconf documentation. Include config.h first. Makefile.in (INCLUDES): Deleted last patch (using -I..).
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 86cdf83..2075b06 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -267,7 +267,7 @@ LIBS = @OPCODES_LIB@ @BFDLIB@ $(LOCAL_LOADLIBES) ../libiberty/libiberty.a
# Both . and srcdir are used, in that order,
# so that tm.h and config.h will be found in the compilation
# subdirectory rather than in the source directory.
-INCLUDES = -I. -I$(srcdir) -I../bfd -I.. -I$(srcdir)/config -I$(srcdir)/../include -I$(srcdir)/..
+INCLUDES = -I. -I$(srcdir) -I../bfd -I$(srcdir)/config -I$(srcdir)/../include -I$(srcdir)/..
SUBDIR_INCLUDES = -I.. -I$(srcdir) -I$(srcdir)/config
# Always use -I$(srcdir)/config when compiling.