aboutsummaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-06-30 16:05:51 +0000
committerIan Lance Taylor <ian@airs.com>1997-06-30 16:05:51 +0000
commitc78b9c2511542205bbc62a14dc30c0b8adc38ecd (patch)
treea92d5ef0d302e4971d60d8645b929c6747000597 /gprof
parentd0efa46b2d7f2dde9dcf0ccc20ef78cf3cd97b3b (diff)
downloadgdb-c78b9c2511542205bbc62a14dc30c0b8adc38ecd.zip
gdb-c78b9c2511542205bbc62a14dc30c0b8adc38ecd.tar.gz
gdb-c78b9c2511542205bbc62a14dc30c0b8adc38ecd.tar.bz2
finish upgrade to automake 1.2
Diffstat (limited to 'gprof')
-rw-r--r--gprof/Makefile.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index e15f98d..6c7c15e 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -1,6 +1,6 @@
# Makefile.in generated automatically by automake 1.2 from Makefile.am
-# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
@@ -55,10 +55,6 @@ host_alias = @host_alias@
host_triplet = @host@
target_alias = @target_alias@
target_triplet = @target@
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
BFDLIB = @BFDLIB@
CC = @CC@
EXEEXT = @EXEEXT@
@@ -251,7 +247,7 @@ install-info-am: $(INFO_DEPS)
@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
for file in $(INFO_DEPS); do \
echo " install-info --info-dir=$(infodir) $(infodir)/$$file";\
- install-info --info-dir=$(infodir) $(infodir)/$$file; :;\
+ install-info --info-dir=$(infodir) $(infodir)/$$file || :;\
done; \
else : ; fi
@@ -389,7 +385,7 @@ uninstall: uninstall-binPROGRAMS uninstall-man
all: Makefile $(PROGRAMS) $(MANS) $(HEADERS)
install-strip:
- $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
+ $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
installdirs:
$(mkinstalldirs) $(bindir) $(mandir)/man1