Makefile.am: Add install-html target.
2006-05-23 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add install-html target. Add install-html to .PHONY * Makefile.in: Regenerate. From-SVN: r114036
This commit is contained in:
parent
312e3fcbce
commit
fd07f6b751
@ -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
|
||||
|
@ -105,5 +105,9 @@ AM_MAKEFLAGS = \
|
||||
|
||||
MAKEOVERRIDES=
|
||||
|
||||
.PHONY: install-html
|
||||
|
||||
install-html:
|
||||
|
||||
## ################################################################
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user