* po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).

This commit is contained in:
Tom Tromey 1998-04-22 22:34:05 +00:00
parent 55c7812d44
commit 1158ffaf2a
4 changed files with 13 additions and 1 deletions

View 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).

View 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

View 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.

View File

@ -26,7 +26,7 @@ subdir = po
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@
MKINSTALLDIRS = @MKINSTALLDIRS@
CC = @CC@
GENCAT = @GENCAT@