diff options
author | John Gilmore <gnu@cygnus> | 1991-04-25 04:25:00 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-04-25 04:25:00 +0000 |
commit | d6e467b4c56daab0b72746955c054695ec4207c5 (patch) | |
tree | 90e2a443e2269514e28cd8294ed992c52206abab /binutils | |
parent | d6a554ae83d74bcdfbf7b41c262eae4043194df6 (diff) | |
download | gdb-d6e467b4c56daab0b72746955c054695ec4207c5.zip gdb-d6e467b4c56daab0b72746955c054695ec4207c5.tar.gz gdb-d6e467b4c56daab0b72746955c054695ec4207c5.tar.bz2 |
Use the new merged include directory.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 8292654..6a9b15e 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -42,7 +42,7 @@ LIBDIR = $(srcdir)/../bfd$(subdir) INCDIR = $(BASEDIR)/include -CFLAGS = -g -I$(srcdir)/../include-cygnus -I$(INCDIR) $(HDEFINES) $(TDEFINES) +CFLAGS = -g -I$(srcdir)/../include -I$(INCDIR) $(HDEFINES) $(TDEFINES) DISASMS = m68k-pinsn.o i960-pinsn.o sparc-pinsn.o |