aboutsummaryrefslogtreecommitdiff
path: root/gprof/configure.in
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1993-06-07 19:57:26 +0000
committerPer Bothner <per@bothner.com>1993-06-07 19:57:26 +0000
commit7f2649bb061f8e22a046845224262cbd768a850d (patch)
tree8cd95aeb0261346845fdc75c4561c5907de631f3 /gprof/configure.in
parent0019b190541828aeb3a4939aa7adc8ede6002f4e (diff)
downloadfsf-binutils-gdb-7f2649bb061f8e22a046845224262cbd768a850d.zip
fsf-binutils-gdb-7f2649bb061f8e22a046845224262cbd768a850d.tar.gz
fsf-binutils-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.in6
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 ;;