From c0e5c948e57455d1e66766ed350d6bb20cdc090c Mon Sep 17 00:00:00 2001 From: brooks Date: Thu, 4 Jan 2007 23:43:11 +0000 Subject: [PATCH] * Makefile.in: Added .PHONY entry for documentation targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120456 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgcc/ChangeLog | 4 ++++ libgcc/Makefile.in | 2 ++ 2 files changed, 6 insertions(+) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 8b1cd8f1d01..4e23dacf96b 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,5 +1,9 @@ 2007-01-04 Brooks Moses + * Makefile.in: Added .PHONY entry for documentation targets. + +2007-01-04 Brooks Moses + * Makefile.in: Add empty info, html, dvi, pdf targets. 2007-01-04 Mike Stump diff --git a/libgcc/Makefile.in b/libgcc/Makefile.in index 3b06f93cb44..fde4396f034 100644 --- a/libgcc/Makefile.in +++ b/libgcc/Makefile.in @@ -730,6 +730,8 @@ gcc-extra-parts: all: $(extra-parts) # Documentation targets (empty). +.PHONY: info html dvi pdf + info: html: -- 2.11.0