diff options
author | Nick Clifton <nickc@redhat.com> | 2001-03-13 21:07:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-03-13 21:07:30 +0000 |
commit | 37503931d0e0114248e20c27c117f326a6e48963 (patch) | |
tree | 52021f5a7f11268ef906e3373eeceb75874bf980 /gprof/Makefile.in | |
parent | 305d65cac68fda199b660a79d22fbc52f45c2e47 (diff) | |
download | gdb-37503931d0e0114248e20c27c117f326a6e48963.zip gdb-37503931d0e0114248e20c27c117f326a6e48963.tar.gz gdb-37503931d0e0114248e20c27c117f326a6e48963.tar.bz2 |
Fix typos in ChangeLog; fix dates in copyright notices
Diffstat (limited to 'gprof/Makefile.in')
-rw-r--r-- | gprof/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in index dc2151c..6fdbf13 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -187,7 +187,7 @@ acinclude.m4 aclocal.m4 configure configure.in gconfig.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best SOURCES = $(gprof_SOURCES) OBJECTS = $(gprof_OBJECTS) |