aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-08-31 23:51:38 +0000
committerKen Raeburn <raeburn@cygnus>1994-08-31 23:51:38 +0000
commit1bc37618f072fe33d4ba7d013918b64c0f25fcbc (patch)
tree6e8a607d033155e471d73ce140f530fdfcc036ea /gas
parentfb589130a864058ea2202886f752945234fabba2 (diff)
downloadgdb-1bc37618f072fe33d4ba7d013918b64c0f25fcbc.zip
gdb-1bc37618f072fe33d4ba7d013918b64c0f25fcbc.tar.gz
gdb-1bc37618f072fe33d4ba7d013918b64c0f25fcbc.tar.bz2
Makefile.in (INCLUDES): Include "-I.." for libiberty/alloca-conf.h.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog1
-rw-r--r--gas/Makefile.in6
2 files changed, 4 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 15f505f..557b311 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,6 +1,7 @@
Wed Aug 31 17:43:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
* Makefile.in (prefix, exec_prefix): Use @-subtitutions.
+ (INCLUDES): Include "-I.." for libiberty/alloca-conf.h.
* aclocal.m4 (AC_OUTPUT_LINKS): Deleted redefinition, since
autoconf 1.109 has this fixed.
diff --git a/gas/Makefile.in b/gas/Makefile.in
index fc885bb..86cdf83 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -28,10 +28,10 @@ VPATH = @srcdir@
srcdir = @srcdir@
srcroot = $(srcdir)/..
-prefix = /usr/local
+prefix = @prefix@
program_transform_name =
-exec_prefix = $(prefix)
+exec_prefix = @exec_prefix@
bindir = $(exec_prefix)/bin
libdir = $(exec_prefix)/lib
tooldir = $(libdir)/$(target_alias)
@@ -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$(srcdir)/config -I$(srcdir)/../include -I$(srcdir)/..
+INCLUDES = -I. -I$(srcdir) -I../bfd -I.. -I$(srcdir)/config -I$(srcdir)/../include -I$(srcdir)/..
SUBDIR_INCLUDES = -I.. -I$(srcdir) -I$(srcdir)/config
# Always use -I$(srcdir)/config when compiling.