mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Makefile.in (INCLUDES): Include "-I.." for libiberty/alloca-conf.h.
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
Wed Aug 31 17:43:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
|
Wed Aug 31 17:43:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
|
||||||
|
|
||||||
* Makefile.in (prefix, exec_prefix): Use @-subtitutions.
|
* Makefile.in (prefix, exec_prefix): Use @-subtitutions.
|
||||||
|
(INCLUDES): Include "-I.." for libiberty/alloca-conf.h.
|
||||||
|
|
||||||
* aclocal.m4 (AC_OUTPUT_LINKS): Deleted redefinition, since
|
* aclocal.m4 (AC_OUTPUT_LINKS): Deleted redefinition, since
|
||||||
autoconf 1.109 has this fixed.
|
autoconf 1.109 has this fixed.
|
||||||
|
@ -28,10 +28,10 @@ VPATH = @srcdir@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
srcroot = $(srcdir)/..
|
srcroot = $(srcdir)/..
|
||||||
|
|
||||||
prefix = /usr/local
|
prefix = @prefix@
|
||||||
|
|
||||||
program_transform_name =
|
program_transform_name =
|
||||||
exec_prefix = $(prefix)
|
exec_prefix = @exec_prefix@
|
||||||
bindir = $(exec_prefix)/bin
|
bindir = $(exec_prefix)/bin
|
||||||
libdir = $(exec_prefix)/lib
|
libdir = $(exec_prefix)/lib
|
||||||
tooldir = $(libdir)/$(target_alias)
|
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,
|
# Both . and srcdir are used, in that order,
|
||||||
# so that tm.h and config.h will be found in the compilation
|
# so that tm.h and config.h will be found in the compilation
|
||||||
# subdirectory rather than in the source directory.
|
# 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
|
SUBDIR_INCLUDES = -I.. -I$(srcdir) -I$(srcdir)/config
|
||||||
|
|
||||||
# Always use -I$(srcdir)/config when compiling.
|
# Always use -I$(srcdir)/config when compiling.
|
||||||
|
Reference in New Issue
Block a user