aboutsummaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-04-07 16:44:30 +0000
committerIan Lance Taylor <ian@airs.com>1998-04-07 16:44:30 +0000
commit0054bb2ad289460e537b7d49e174c69f9dd77fbf (patch)
tree9e25dcb0ce3f87c3e8c5278e04e5538f340f73ff /gprof
parent1d9ee92437b9890d19c8126bb05e5c0d0ea757b3 (diff)
downloadgdb-0054bb2ad289460e537b7d49e174c69f9dd77fbf.zip
gdb-0054bb2ad289460e537b7d49e174c69f9dd77fbf.tar.gz
gdb-0054bb2ad289460e537b7d49e174c69f9dd77fbf.tar.bz2
From hjl@lucon.org <H.J. Lu>:
* Makefile.am (diststuff): New target. * Makefile.in: Rebuild.
Diffstat (limited to 'gprof')
-rw-r--r--gprof/ChangeLog6
-rw-r--r--gprof/Makefile.am2
-rw-r--r--gprof/Makefile.in2
3 files changed, 10 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index d817a3e..4e0e3b0 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,9 @@
+Tue Apr 7 12:43:37 1998 Ian Lance Taylor <ian@cygnus.com>
+
+ From hjl@lucon.org <H.J. Lu>:
+ * Makefile.am (diststuff): New target.
+ * Makefile.in: Rebuild.
+
Mon Mar 30 12:47:48 1998 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Set version to 2.9.1.
diff --git a/gprof/Makefile.am b/gprof/Makefile.am
index 5dc7ae7..2e98d24 100644
--- a/gprof/Makefile.am
+++ b/gprof/Makefile.am
@@ -25,6 +25,8 @@ EXTRA_DIST = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c bbconv.pl
BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
+diststuff: $(BUILT_SOURCES) info
+
.m.c:
awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \
FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index 1f1016c..e6156b4 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -501,6 +501,8 @@ all installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+diststuff: $(BUILT_SOURCES) info
+
.m.c:
awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \
FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \