From 1bc37618f072fe33d4ba7d013918b64c0f25fcbc Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 31 Aug 1994 23:51:38 +0000 Subject: Makefile.in (INCLUDES): Include "-I.." for libiberty/alloca-conf.h. --- gas/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gas/Makefile.in') 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. -- cgit v1.1