diff options
author | Stu Grossman <grossman@cygnus> | 1992-05-08 15:49:48 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-05-08 15:49:48 +0000 |
commit | aa94235541b5883ed3ff712e40d2f25539384d54 (patch) | |
tree | ae8371441efa19c4a7998c91bd246ced67c207d3 /gdb/Makefile.in | |
parent | a60ff512683b962c4d6e84a40f8b20173dc49855 (diff) | |
download | gdb-aa94235541b5883ed3ff712e40d2f25539384d54.zip gdb-aa94235541b5883ed3ff712e40d2f25539384d54.tar.gz gdb-aa94235541b5883ed3ff712e40d2f25539384d54.tar.bz2 |
* Makefile.in, remote-udi.c, remote-vx.c, 29k-share/dfe/mini2udi.c,
29k-share/dfe/yank.c, vx-share/xdr_ptrace.c, vx-share/xdr_regs.c:
Remove -I29k-share, -Ivx-share from Makefile.in. Make #includes
relative to each source file.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index b75489c..a5f9243 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -129,7 +129,7 @@ RL_LIB = ./../readline${subdir}/libreadline.a # All the includes used for CFLAGS and for lint. # -I. for config files. # -I${srcdir} possibly for regex.h also. -INCLUDE_CFLAGS = -I. -I${srcdir} -I$(INCLUDE_DIR) -I$(READLINE_DIR) -I${srcdir}/vx-share -I${srcdir}/29k-share/include -I${srcdir}/29k-share/udi +INCLUDE_CFLAGS = -I. -I${srcdir} -I$(INCLUDE_DIR) -I$(READLINE_DIR) # {X,T}M_CFLAGS, if defined, has system-dependent CFLAGS. # CFLAGS for GDB |