diff options
author | Per Bothner <per@bothner.com> | 1993-06-07 19:57:26 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1993-06-07 19:57:26 +0000 |
commit | 7f2649bb061f8e22a046845224262cbd768a850d (patch) | |
tree | 8cd95aeb0261346845fdc75c4561c5907de631f3 /gprof/configure.in | |
parent | 0019b190541828aeb3a4939aa7adc8ede6002f4e (diff) | |
download | gdb-7f2649bb061f8e22a046845224262cbd768a850d.zip gdb-7f2649bb061f8e22a046845224262cbd768a850d.tar.gz gdb-7f2649bb061f8e22a046845224262cbd768a850d.tar.bz2 |
* Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.
* configure.in: No longer need to configure to get sysdep.h.
Diffstat (limited to 'gprof/configure.in')
-rw-r--r-- | gprof/configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gprof/configure.in b/gprof/configure.in index fbec798..a4de83d 100644 --- a/gprof/configure.in +++ b/gprof/configure.in @@ -8,12 +8,6 @@ srcname="gprof" # per-host: -. ${srcdir}/../bfd/configure.host - -# Set up to make a link between the host's include file and "sysdep.h". -files="../bfd/hosts/${my_host}.h" -links="sysdep.h" - # per-target: case "${target}" in i386-*-*) my_target=i386 ;; |