diff options
author | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-24 01:42:51 +0000 |
---|---|---|
committer | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-24 01:42:51 +0000 |
commit | aa0d392e78777e1a49d6a806e148d78bb9ffdcee (patch) | |
tree | d734c797d1d26568f7931d1a324c07b73f08194e /libmudflap | |
parent | 155becb8983bea9a41419e04585914a5fd6b0515 (diff) | |
download | gcc-aa0d392e78777e1a49d6a806e148d78bb9ffdcee.tar.gz |
2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target. Add install-html to .PHONY
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114036 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap')
-rw-r--r-- | libmudflap/ChangeLog | 5 | ||||
-rw-r--r-- | libmudflap/Makefile.am | 4 | ||||
-rw-r--r-- | libmudflap/Makefile.in | 4 |
3 files changed, 13 insertions, 0 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog index f15d1172b97..eb6c5b201fa 100644 --- a/libmudflap/ChangeLog +++ b/libmudflap/ChangeLog @@ -1,3 +1,8 @@ +2006-05-23 Carlos O'Donell <carlos@codesourcery.com> + + * Makefile.am: Add install-html target. Add install-html to .PHONY + * Makefile.in: Regenerate. + 2006-04-19 Volker Reichelt <reichelt@igpm.rwth-aachen.de> PR mudflap/26789 diff --git a/libmudflap/Makefile.am b/libmudflap/Makefile.am index 64ba06aec21..5db952414d7 100644 --- a/libmudflap/Makefile.am +++ b/libmudflap/Makefile.am @@ -105,5 +105,9 @@ AM_MAKEFLAGS = \ MAKEOVERRIDES= +.PHONY: install-html + +install-html: + ## ################################################################ diff --git a/libmudflap/Makefile.in b/libmudflap/Makefile.in index 43921f23c73..fa9c5125fe2 100644 --- a/libmudflap/Makefile.in +++ b/libmudflap/Makefile.in @@ -857,6 +857,10 @@ pth/mf-hooks2.lo: mf-hooks2.c mf-runtime.h mf-impl.h $(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-hooks2.c -o $@ pth/mf-hooks3.lo: mf-hooks3.c mf-runtime.h mf-impl.h $(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-hooks3.c -o $@ + +.PHONY: install-html + +instal-html: # 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: |