From 876ad464a612c8f572154719719131feacbdbf04 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Wed, 24 May 2006 01:47:02 +0000 Subject: [PATCH] Makefile.am: Add install-html target. 2006-05-23 Carlos O'Donell * Makefile.am: Add install-html target. Add install-html to .PHONY * Makefile.in: Regenerate. From-SVN: r114038 --- libssp/ChangeLog | 5 +++++ libssp/Makefile.am | 4 ++++ libssp/Makefile.in | 4 ++++ 3 files changed, 13 insertions(+) diff --git a/libssp/ChangeLog b/libssp/ChangeLog index d01d6879f69..fcadf7b24c0 100644 --- a/libssp/ChangeLog +++ b/libssp/ChangeLog @@ -1,3 +1,8 @@ +2006-05-23 Carlos O'Donell + + * Makefile.am: Add install-html target. Add install-html to .PHONY + * Makefile.in: Regenerate. + 2006-02-27 Mark Mitchell PR 26473 diff --git a/libssp/Makefile.am b/libssp/Makefile.am index 1500e251269..22e83d9a1fa 100644 --- a/libssp/Makefile.am +++ b/libssp/Makefile.am @@ -90,5 +90,9 @@ AM_MAKEFLAGS = \ MAKEOVERRIDES= +.PHONY: install-html + +install-html: + ## ################################################################ diff --git a/libssp/Makefile.in b/libssp/Makefile.in index 8dfa8f4fe66..61fcffd5ec9 100644 --- a/libssp/Makefile.in +++ b/libssp/Makefile.in @@ -753,6 +753,10 @@ uninstall-am: uninstall-info-am uninstall-nobase_libsubincludeHEADERS \ uninstall-nobase_libsubincludeHEADERS \ uninstall-toolexeclibLTLIBRARIES + +.PHONY: install-html + +install-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: -- 2.30.2