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 /ld/Makefile.in | |
parent | d6a554ae83d74bcdfbf7b41c262eae4043194df6 (diff) | |
download | gdb-d6e467b4c56daab0b72746955c054695ec4207c5.zip gdb-d6e467b4c56daab0b72746955c054695ec4207c5.tar.gz gdb-d6e467b4c56daab0b72746955c054695ec4207c5.tar.bz2 |
Use the new merged include directory.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index e900348..44f9609 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -19,7 +19,7 @@ INSTALL_PROGRAM = $(INSTALL) INSTALL_FILE = $(INSTALL) BASEDIR = ../.. -INCLUDE = $(srcdir)/../include-cygnus +INCLUDE = $(srcdir)/../include INCLUDES = -I. -I$(srcdir) -I$(INCLUDE) DEBUG = -g |