re PR bootstrap/18458 ("make install" -> fixincl missing extension)
2004-12-13 Andrew Pinski <pinskia@physics.uc.edu> PR 18458 * Makefile.in (install): Add @EXEEXT@ to the end of the program name, fixincl. From-SVN: r92090
This commit is contained in:
parent
073b8140d6
commit
098b96ab3d
@ -1,3 +1,9 @@
|
||||
2004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
PR 18458
|
||||
* Makefile.in (install): Add @EXEEXT@ to the end of the program name,
|
||||
fixincl.
|
||||
|
||||
2004-12-02 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
|
||||
|
@ -174,8 +174,8 @@ install : all
|
||||
$(INSTALL_DATA) $(srcdir)/README-fixinc \
|
||||
$(DESTDIR)$(itoolsdatadir)/include/README
|
||||
$(INSTALL_SCRIPT) fixinc.sh $(DESTDIR)$(itoolsdir)/fixinc.sh
|
||||
$(INSTALL_PROGRAM) fixincl$(build_exeext) \
|
||||
$(DESTDIR)$(itoolsdir)/fixincl
|
||||
$(INSTALL_PROGRAM) fixincl@EXEEXT@ \
|
||||
$(DESTDIR)$(itoolsdir)/fixincl@EXEEXT@
|
||||
$(INSTALL_SCRIPT) mkheaders $(DESTDIR)$(itoolsdir)/mkheaders
|
||||
|
||||
dvi :
|
||||
|
Loading…
Reference in New Issue
Block a user