fixincludes: use $(FI) instead of fixincl@EXEEXT@
2013-12-20 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> Makefile.in: Use $(FI) instead of fixincl@EXEEXT@. From-SVN: r206146
This commit is contained in:
parent
19ac6899d5
commit
5502f40be2
@ -1,3 +1,7 @@
|
||||
2013-12-20 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
|
||||
|
||||
Makefile.in: Use $(FI) instead of fixincl@EXEEXT@.
|
||||
|
||||
2013-12-07 Bruce Korb <bkorb@gnu.org>
|
||||
|
||||
* inclhack.def: many of the headers found under "bits/" are
|
||||
|
@ -184,13 +184,11 @@ install : all
|
||||
$(INSTALL_DATA) $(srcdir)/README-fixinc \
|
||||
$(DESTDIR)$(itoolsdatadir)/include/README
|
||||
$(INSTALL_SCRIPT) fixinc.sh $(DESTDIR)$(itoolsdir)/fixinc.sh
|
||||
$(INSTALL_PROGRAM) fixincl@EXEEXT@ \
|
||||
$(DESTDIR)$(itoolsdir)/fixincl@EXEEXT@
|
||||
$(INSTALL_PROGRAM) $(FI) $(DESTDIR)$(itoolsdir)/$(FI)
|
||||
$(INSTALL_SCRIPT) mkheaders $(DESTDIR)$(itoolsdir)/mkheaders
|
||||
|
||||
install-strip: install
|
||||
test -z '$(STRIP)' \
|
||||
|| $(STRIP) $(DESTDIR)$(itoolsdir)/fixincl@EXEEXT@
|
||||
test -z '$(STRIP)' || $(STRIP) $(DESTDIR)$(itoolsdir)/$(FI)
|
||||
|
||||
.PHONY: all check install install-strip
|
||||
.PHONY: dvi pdf info html install-pdf install-info install-html
|
||||
|
Loading…
Reference in New Issue
Block a user