diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:53:35 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:53:35 +0000 |
commit | fbf3051d999cc6b7bb9e48258e95c592710ab70b (patch) | |
tree | c1503ee3689ba9b5303d9f5a08a54d12639d169d /libmudflap | |
parent | fff82c45a62173b8cce75e8e2d90e9498c5a8594 (diff) | |
download | gcc-fbf3051d999cc6b7bb9e48258e95c592710ab70b.tar.gz |
* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122442 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap')
-rw-r--r-- | libmudflap/ChangeLog | 5 | ||||
-rw-r--r-- | libmudflap/Makefile.am | 5 | ||||
-rw-r--r-- | libmudflap/Makefile.in | 5 |
3 files changed, 11 insertions, 4 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog index 80096e8c859..b331aab4a7e 100644 --- a/libmudflap/ChangeLog +++ b/libmudflap/ChangeLog @@ -1,3 +1,8 @@ +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> PR libgomp/28468 diff --git a/libmudflap/Makefile.am b/libmudflap/Makefile.am index 8575da272be..d1e56a3bf9c 100644 --- a/libmudflap/Makefile.am +++ b/libmudflap/Makefile.am @@ -107,9 +107,10 @@ AM_MAKEFLAGS = \ MAKEOVERRIDES= -.PHONY: install-html - +# No install-html or install-pdf support in automake yet +.PHONY: install-html install-pdf install-html: +install-pdf: ## ################################################################ diff --git a/libmudflap/Makefile.in b/libmudflap/Makefile.in index 7eaa0ec2895..08d8a776b2b 100644 --- a/libmudflap/Makefile.in +++ b/libmudflap/Makefile.in @@ -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 $(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-pdf: # 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. .NOEXPORT: |