Index: common/ChangeLog

2004-07-26  Andrew Cagney  <cagney@gnu.org>

	Problem from Olaf Hering <olh@suse.de>.
	* Makefile.in (install-man, installdirs): Add DESTDIR prefix.

Index: ppc/ChangeLog
2004-07-26  Andrew Cagney  <cagney@gnu.org>

	Problem from Olaf Hering <olh@suse.de>.
	* Makefile.in (install, installdirs): Add DESTDIR.
This commit is contained in:
Andrew Cagney 2004-07-26 21:37:46 +00:00
parent 38ce5b1191
commit 5a645dc5a1
4 changed files with 14 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2004-07-26 Andrew Cagney <cagney@gnu.org>
Problem from Olaf Hering <olh@suse.de>.
* Makefile.in (install-man, installdirs): Add DESTDIR prefix.
2004-07-10 Ben Elliston <bje@au.ibm.com>
* hw-tree.c (parse_integer_property): Typo fix in comments.

View file

@ -119,10 +119,10 @@ install: install-man
install-man: installdirs
n=`echo run | sed '$(program_transform_name)'`; \
$(INSTALL_DATA) $(srcdir)/run.1 $(man1dir)/$$n.1
$(INSTALL_DATA) $(srcdir)/run.1 $(DESTDIR)$(man1dir)/$$n.1
installdirs:
$(SHELL) $(srcdir)/../../mkinstalldirs $(man1dir)
$(SHELL) $(srcdir)/../../mkinstalldirs $(DESTDIR)$(man1dir)
Makefile: Makefile.in config.status
$(SHELL) ./config.status

View file

@ -1,3 +1,8 @@
2004-07-26 Andrew Cagney <cagney@gnu.org>
Problem from Olaf Hering <olh@suse.de>.
* Makefile.in (install, installdirs): Add DESTDIR.
2004-07-10 Ben Elliston <bje@au.ibm.com>
* tree.c (parse_integer_property): Comment typo fix.

View file

@ -883,7 +883,7 @@ config.status: configure
install: installdirs
n=`echo run | sed '$(program_transform_name)'`; \
$(INSTALL_PROGRAM) run$(EXEEXT) $(bindir)/$$n$(EXEEXT)
$(INSTALL_PROGRAM) run$(EXEEXT) $(DESTDIR)$(bindir)/$$n$(EXEEXT)
installdirs:
$(SHELL) $(srcdir)/../../mkinstalldirs $(bindir)
$(SHELL) $(srcdir)/../../mkinstalldirs $(DESTDIR)$(bindir)