From 7e2283d46cbc0f342eed40e5e35596264f8fe104 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 20 Dec 1994 19:59:57 +0000 Subject: [PATCH] * Makefile.in (SUBDIR_INCLUDES): Deleted. --- gas/ChangeLog | 4 ++++ gas/Makefile.in | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 96cc6b666b2..75ecc1fb2c2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Tue Dec 20 14:56:31 1994 Ken Raeburn + + * Makefile.in (SUBDIR_INCLUDES): Deleted. + Tue Dec 20 13:40:36 1994 Ian Lance Taylor * config/obj-coff.h: Include bfd/libcoff.h, not libcoff.h. diff --git a/gas/Makefile.in b/gas/Makefile.in index a182513acbf..29b0b2581b2 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -235,7 +235,6 @@ LIBS = @OPCODES_LIB@ @BFDLIB@ $(LOCAL_LOADLIBES) ../libiberty/libiberty.a # 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)/.. -SUBDIR_INCLUDES = -I.. -I$(srcdir) -I$(srcdir)/config # Always use -I$(srcdir)/config when compiling. .c.o: -- 2.30.2