* po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
authorTom Tromey <tromey@redhat.com>
Wed, 22 Apr 1998 22:34:05 +0000 (22:34 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 22 Apr 1998 22:34:05 +0000 (22:34 +0000)
bfd/ChangeLog
gas/ChangeLog
gprof/ChangeLog
gprof/po/Make-in

index 151e6abc4e3d777adef512542228e2a0e070702d..f384434bd087623a06599ae6d805da73f7dec37e 100644 (file)
@@ -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).
index 43398b2561458ea9eaf9964696cd49e612ef9c3c..3742c76c8c4261be608993d4366beaa66e0f8d42 100644 (file)
@@ -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
index 8bb1252e0c3867904911be654acb16732b9089ff..6a0fa780687dcaafdeb1ea7e7009b8938db0d26e 100644 (file)
@@ -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.
index 82d35908d262de54d38af12f9c258b818265f1eb..b6e4bc99afc9f57f541c6d793ab713f1a4893790 100644 (file)
@@ -26,7 +26,7 @@ subdir = po
 
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
-MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@
+MKINSTALLDIRS = @MKINSTALLDIRS@
 
 CC = @CC@
 GENCAT = @GENCAT@
This page took 0.033363 seconds and 4 git commands to generate.