aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-04-22 22:34:05 +0000
committerTom Tromey <tromey@redhat.com>1998-04-22 22:34:05 +0000
commit1158ffaf2a82c3e742e870006b74e0084902175c (patch)
tree828f0233c3a5d7acc5af75020a650e62c76c0532
parent55c7812d443209385e6ee02ede5bedc2be36a222 (diff)
downloadfsf-binutils-gdb-1158ffaf2a82c3e742e870006b74e0084902175c.zip
fsf-binutils-gdb-1158ffaf2a82c3e742e870006b74e0084902175c.tar.gz
fsf-binutils-gdb-1158ffaf2a82c3e742e870006b74e0084902175c.tar.bz2
* po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
-rw-r--r--bfd/ChangeLog4
-rw-r--r--gas/ChangeLog4
-rw-r--r--gprof/ChangeLog4
-rw-r--r--gprof/po/Make-in2
4 files changed, 13 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 151e6ab..f384434 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+Wed Apr 22 13:06:15 1998 Tom Tromey <tromey@cygnus.com>
+
+ * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
+
Wed Apr 22 17:48:48 1998 Ian Lance Taylor <ian@cygnus.com>
* Makefile.am (install-data-local): Make $(includedir).
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 43398b2..3742c76 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+Wed Apr 22 15:57:21 1998 Tom Tromey <tromey@cygnus.com>
+
+ * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
+
Wed Apr 22 14:52:36 1998 Ian Lance Taylor <ian@cygnus.com>
* config/tc-i386.c (md_assemble): Print operand number rather than
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 8bb1252..6a0fa78 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+Wed Apr 22 16:01:17 1998 Tom Tromey <tromey@cygnus.com>
+
+ * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
+
Wed Apr 22 00:00:22 1998 Tom Tromey <tromey@scribbles.cygnus.com>
* gprof.h: Added includes and defines for gettext.
diff --git a/gprof/po/Make-in b/gprof/po/Make-in
index 82d3590..b6e4bc9 100644
--- a/gprof/po/Make-in
+++ b/gprof/po/Make-in
@@ -26,7 +26,7 @@ subdir = po
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
-MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@
+MKINSTALLDIRS = @MKINSTALLDIRS@
CC = @CC@
GENCAT = @GENCAT@