Commit 86c43ef0 by Brooks Moses Committed by Brooks Moses

Makefile.am: Add dummy install-pdf target.

* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate

From-SVN: r122442
parent 4426724a
2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate
2007-02-07 Jakub Jelinek <jakub@redhat.com> 2007-02-07 Jakub Jelinek <jakub@redhat.com>
PR libgomp/28468 PR libgomp/28468
......
...@@ -107,9 +107,10 @@ AM_MAKEFLAGS = \ ...@@ -107,9 +107,10 @@ AM_MAKEFLAGS = \
MAKEOVERRIDES= MAKEOVERRIDES=
.PHONY: install-html # No install-html or install-pdf support in automake yet
.PHONY: install-html install-pdf
install-html: install-html:
install-pdf:
## ################################################################ ## ################################################################
...@@ -862,9 +862,10 @@ pth/mf-hooks2.lo: mf-hooks2.c mf-runtime.h mf-impl.h ...@@ -862,9 +862,10 @@ pth/mf-hooks2.lo: mf-hooks2.c mf-runtime.h mf-impl.h
pth/mf-hooks3.lo: mf-hooks3.c mf-runtime.h mf-impl.h pth/mf-hooks3.lo: mf-hooks3.c mf-runtime.h mf-impl.h
$(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-hooks3.c -o $@ $(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-hooks3.c -o $@
.PHONY: install-html # No install-html or install-pdf support in automake yet
.PHONY: install-html install-pdf
install-html: install-html:
install-pdf:
# Tell versions [3.59,3.63) of GNU make to not export all variables. # Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded. # Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: .NOEXPORT:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment